| SoMFVec2dSetValue Method (Double) | 
Sets to one value from 2 doubles in array. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	double[] xy
)
Public Sub SetValue ( 
	xy As Double()
)
public:
void SetValue(
	array<double>^ xy
)
member SetValue : 
        xy : float[] -> unit 
Parameters
- xy
 - Type: SystemDouble
 
Remarks
See Also