SoMFVec2fSetValue Method (Single) |
Sets to one value from 2 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[] xy
)
Public Sub SetValue (
xy As Single()
)
public:
void SetValue(
array<float>^ xy
)
member SetValue :
xy : float32[] -> unit
Parameters
- xy
- Type: SystemSingle
Remarks See Also