SoSFImageSetValue Method (SbVec2s, Int32, Byte, SoSFImageCopyPolicies) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
SbVec2s size,
int nc,
byte[] bytes,
SoSFImageCopyPolicies copy
)
Public Sub SetValue (
size As SbVec2s,
nc As Integer,
bytes As Byte(),
copy As SoSFImageCopyPolicies
)
public:
void SetValue(
SbVec2s size,
int nc,
array<unsigned char>^ bytes,
SoSFImageCopyPolicies copy
)
member SetValue :
size : SbVec2s *
nc : int *
bytes : byte[] *
copy : SoSFImageCopyPolicies -> unit
Parameters
- size
- Type: OIV.InventorSbVec2s
- nc
- Type: SystemInt32
- bytes
- Type: SystemByte
- copy
- Type: OIV.Inventor.FieldsSoSFImageCopyPolicies
Remarks Convenience method for the unsigned char datatype.
See Also