| SoMFVec2fSetValue Method (Single) | 
Sets to one value from 2 floats in array. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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