| SoSFVec4fSetValue Method (Single) | 
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(
	float[] xyzw
)
Public Sub SetValue ( 
	xyzw As Single()
)
public:
void SetValue(
	array<float>^ xyzw
)
member SetValue : 
        xyzw : float32[] -> unit 
Parameters
- xyzw
 - Type: SystemSingle
 
Remarks
See Also