SoSFImageSetValue Method (SbVec2i32, Int32, SByte, SoSFImageCopyPolicies) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
SbVec2i32 size,
int nc,
sbyte[] data,
SoSFImageCopyPolicies copy
)
Public Sub SetValue (
size As SbVec2i32,
nc As Integer,
data As SByte(),
copy As SoSFImageCopyPolicies
)
public:
void SetValue(
[InAttribute] SbVec2i32 size,
int nc,
array<signed char>^ data,
SoSFImageCopyPolicies copy
)
member SetValue :
size : SbVec2i32 *
nc : int *
data : sbyte[] *
copy : SoSFImageCopyPolicies -> unit
Parameters
- size
- Type: OIV.InventorSbVec2i32
- nc
- Type: SystemInt32
- data
- Type: SystemSByte
- copy
- Type: OIV.Inventor.FieldsSoSFImageCopyPolicies
See Also