SoSFImage3SetSubValue Method (SbVec3s, SbVec3s, Byte, SoSFImage3CopyPolicies) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetSubValue(
SbVec3s subSize,
SbVec3s offset,
byte[] data,
SoSFImage3CopyPolicies copy
)
Public Sub SetSubValue (
subSize As SbVec3s,
offset As SbVec3s,
data As Byte(),
copy As SoSFImage3CopyPolicies
)
public:
void SetSubValue(
SbVec3s subSize,
SbVec3s offset,
array<unsigned char>^ data,
SoSFImage3CopyPolicies copy
)
member SetSubValue :
subSize : SbVec3s *
offset : SbVec3s *
data : byte[] *
copy : SoSFImage3CopyPolicies -> unit
Parameters
- subSize
- Type: OIV.InventorSbVec3s
- offset
- Type: OIV.InventorSbVec3s
- data
- Type: SystemByte
- copy
- Type: OIV.Inventor.FieldsSoSFImage3CopyPolicies
See Also