| SoMFVec4ui32SetValue Method (UInt32) | 
Sets to one value from 4 uint32_ts in array. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	uint[] xyzw
)
Public Sub SetValue ( 
	xyzw As UInteger()
)
public:
void SetValue(
	array<unsigned int>^ xyzw
)
member SetValue : 
        xyzw : uint32[] -> unit 
Parameters
- xyzw
 - Type: SystemUInt32
 
Remarks
See Also