| SoSFVec4i32SetValue Method (Int32) | 
Sets the field to the given values. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	int[] xyzw
)
Public Sub SetValue ( 
	xyzw As Integer()
)
public:
void SetValue(
	array<int>^ xyzw
)
member SetValue : 
        xyzw : int[] -> unit 
Parameters
- xyzw
 - Type: SystemInt32
 
Remarks
See Also