SoSFImage3SetValue Method (SbVec3s, Int32, Byte) |
Calls SetValue(size, nc, bytes, OIV.Inventor.Fields.SoSFImage3.CopyPolicies( .SoSFImage3.COPY )).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValue(
SbVec3s size,
int nc,
byte[] bytes
)
Public Sub SetValue (
size As SbVec3s,
nc As Integer,
bytes As Byte()
)
public:
void SetValue(
SbVec3s size,
int nc,
array<unsigned char>^ bytes
)
member SetValue :
size : SbVec3s *
nc : int *
bytes : byte[] -> unit
Parameters
- size
- Type: OIV.InventorSbVec3s
- nc
- Type: SystemInt32
- bytes
- Type: SystemByte
Remarks See Also