SoSFImage3SetValue Method (SbVec3s, Int32, Byte, SoSFImage3CopyPolicies) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic void SetValue(
SbVec3s size,
int nc,
byte[] bytes,
SoSFImage3CopyPolicies copy
)
Public Sub SetValue (
size As SbVec3s,
nc As Integer,
bytes As Byte(),
copy As SoSFImage3CopyPolicies
)
public:
void SetValue(
SbVec3s size,
int nc,
array<unsigned char>^ bytes,
SoSFImage3CopyPolicies copy
)
member SetValue :
size : SbVec3s *
nc : int *
bytes : byte[] *
copy : SoSFImage3CopyPolicies -> unit
Parameters
- size
- Type: OIV.InventorSbVec3s
- nc
- Type: SystemInt32
- bytes
- Type: SystemByte
- copy
- Type: OIV.Inventor.FieldsSoSFImage3CopyPolicies
Remarksis a convenience method for the unsigned char datatype.
See Also