SoSFImage.SetValue Method (SbVec2i32, 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.3.0.0 (10.3.0.0)
Syntaxpublic void SetValue(
SbVec2i32 size,
int nc,
byte[] bytes
)
Public Sub SetValue (
size As SbVec2i32,
nc As Integer,
bytes As Byte()
)
public:
void SetValue(
SbVec2i32 size,
int nc,
array<unsigned char>^ bytes
)
member SetValue :
size : SbVec2i32 *
nc : int *
bytes : byte[] -> unit
Parameters
- size
- Type: OIV.Inventor.SbVec2i32
- nc
- Type: System.Int32
- bytes
- Type:System.Byte[]
Remarks
See Also