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