| SoSFVec2dSetValue Method (Double, Double) | 
Sets the field to the given value. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	double x,
	double y
)
Public Sub SetValue ( 
	x As Double,
	y As Double
)
public:
void SetValue(
	double x, 
	double y
)
member SetValue : 
        x : float * 
        y : float -> unit 
Parameters
- x
 - Type: SystemDouble
 - y
 - Type: SystemDouble
 
Remarks
See Also