SoSFImage3SetSubValues Method (SbVec3s, SbVec3s, Int32, Byte) |
Calls #SetSubValues with COPY as last argument
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetSubValues(
SbVec3s[] subSizes,
SbVec3s[] offsets,
int num,
byte[,] bytes
)
Public Sub SetSubValues (
subSizes As SbVec3s(),
offsets As SbVec3s(),
num As Integer,
bytes As Byte(,)
)
public:
void SetSubValues(
array<SbVec3s>^ subSizes,
array<SbVec3s>^ offsets,
int num,
array<unsigned char,2>^ bytes
)
member SetSubValues :
subSizes : SbVec3s[] *
offsets : SbVec3s[] *
num : int *
bytes : byte[,] -> unit
Parameters
- subSizes
- Type: OIV.InventorSbVec3s
- offsets
- Type: OIV.InventorSbVec3s
- num
- Type: SystemInt32
- bytes
- Type: SystemByte
See Also