SoSFImageSetValue Method (SbVec2s, Int32, Byte) |
Calls SetValue(size, nc, bytes, OIV.Inventor.Fields.SoSFImage.CopyPolicies( .SoSFImage.COPY )).
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
)
Public Sub SetValue (
size As SbVec2s,
nc As Integer,
bytes As Byte()
)
public:
void SetValue(
SbVec2s size,
int nc,
array<unsigned char>^ bytes
)
member SetValue :
size : SbVec2s *
nc : int *
bytes : byte[] -> unit
Parameters
- size
- Type: OIV.InventorSbVec2s
- nc
- Type: SystemInt32
- bytes
- Type: SystemByte
Remarks See Also