SoMFVec3fSetValue Method (Single) |
Sets to one value from 3 floats in array.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
float[] xyz
)
Public Sub SetValue (
xyz As Single()
)
public:
void SetValue(
array<float>^ xyz
)
member SetValue :
xyz : float32[] -> unit
Parameters
- xyz
- Type: SystemSingle
Remarks See Also