| SoMFVec4ui32SetValues Method (Int32, SbVec4f) | 
Sets values from array of single precision vectors. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValues(
	int start,
	SbVec4f[] vec4f
)
Public Sub SetValues ( 
	start As Integer,
	vec4f As SbVec4f()
)
public:
void SetValues(
	int start, 
	array<SbVec4f>^ vec4f
)
member SetValues : 
        start : int * 
        vec4f : SbVec4f[] -> unit 
Parameters
- start
 - Type: SystemInt32
 - vec4f
 - Type: OIV.InventorSbVec4f
 
Remarks
See Also