SoSFImage.SetValue Method (SbVec2s, Int32,SByte[], SoSFImage.CopyPolicies) |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic void SetValue(
SbVec2s size,
int nc,
sbyte[] data,
SoSFImage. CopyPolicies copy
)
Public Sub SetValue (
size As SbVec2s,
nc As Integer,
data As SByte(),
copy As SoSFImage. CopyPolicies
)
public:
void SetValue(
[InAttribute] SbVec2s size,
int nc,
array<signed char>^ data,
SoSFImage. CopyPolicies copy
)
member SetValue :
size : SbVec2s *
nc : int *
data : sbyte[] *
copy : SoSFImage. CopyPolicies -> unit
Parameters
- size
- Type: OIV.Inventor.SbVec2s
- nc
- Type: System.Int32
- data
- Type:System.SByte[]
- copy
- Type: OIV.Inventor.Fields.SoSFImage.CopyPolicies
See Also