SoMFVec4i32SetValue Method (Int32) |
Sets to one value from 4 integers in array.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValue(
int[] xyzw
)
Public Sub SetValue (
xyzw As Integer()
)
public:
void SetValue(
array<int>^ xyzw
)
member SetValue :
xyzw : int[] -> unit
Parameters
- xyzw
- Type: SystemInt32
Remarks See Also