SoSFImage.SetValue Method (SbVec2i32, Int32,Byte[], SoSFImage.CopyPolicies) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic void SetValue(
SbVec2i32 size,
int nc,
byte[] bytes,
SoSFImage. CopyPolicies copy
)
Public Sub SetValue (
size As SbVec2i32,
nc As Integer,
bytes As Byte(),
copy As SoSFImage. CopyPolicies
)
public:
void SetValue(
SbVec2i32 size,
int nc,
array<unsigned char>^ bytes,
SoSFImage. CopyPolicies copy
)
member SetValue :
size : SbVec2i32 *
nc : int *
bytes : byte[] *
copy : SoSFImage. CopyPolicies -> unit
Parameters
- size
- Type: OIV.Inventor.SbVec2i32
- nc
- Type: System.Int32
- bytes
- Type:System.Byte[]
- copy
- Type: OIV.Inventor.Fields.SoSFImage.CopyPolicies
Remarks
See Also