SoSFVec3i32SetValue Method (Int32) |
Sets the field to the given values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
int[] xyz
)
Public Sub SetValue (
xyz As Integer()
)
public:
void SetValue(
array<int>^ xyz
)
member SetValue :
xyz : int[] -> unit
Parameters
- xyz
- Type: SystemInt32
Remarks See Also