| SoSFVec2i32SetValue Method (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[] xy
)
Public Sub SetValue ( 
	xy As Integer()
)
public:
void SetValue(
	array<int>^ xy
)
member SetValue : 
        xy : int[] -> unit 
Parameters
- xy
 - Type: SystemInt32
 
Remarks
See Also