SoSFImage.SetValue Method (SbVec2i32, Int32,UInt16[], SoSFImage.CopyPolicies) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetValue(
SbVec2i32 size,
int nc,
ushort[] data,
SoSFImage. CopyPolicies copy
)
Public Sub SetValue (
size As SbVec2i32,
nc As Integer,
data As UShort(),
copy As SoSFImage. CopyPolicies
)
public:
void SetValue(
[InAttribute] SbVec2i32 size,
int nc,
array<unsigned short>^ data,
SoSFImage. CopyPolicies copy
)
member SetValue :
size : SbVec2i32 *
nc : int *
data : uint16[] *
copy : SoSFImage. CopyPolicies -> unit
Parameters
- size
- Type: OIV.Inventor.SbVec2i32
- nc
- Type: System.Int32
- data
- Type:System.UInt16[]
- copy
- Type: OIV.Inventor.Fields.SoSFImage.CopyPolicies
See Also