| SoSFVec2i32SetValue Method (Int32, Int32) | 
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(
	int x,
	int y
)
Public Sub SetValue ( 
	x As Integer,
	y As Integer
)
public:
void SetValue(
	int x, 
	int y
)
member SetValue : 
        x : int * 
        y : int -> unit 
Parameters
- x
 - Type: SystemInt32
 - y
 - Type: SystemInt32
 
Remarks
See Also