| SoMFVec3dSetValues Method (Int32, Int32, Double) | 
Sets values from array of arrays of 3 doubles. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValues(
	int start,
	int num,
	double[,] xyz
)
Public Sub SetValues ( 
	start As Integer,
	num As Integer,
	xyz As Double(,)
)
public:
void SetValues(
	int start, 
	int num, 
	array<double,2>^ xyz
)
member SetValues : 
        start : int * 
        num : int * 
        xyz : float[,] -> unit 
Parameters
- start
 - Type: SystemInt32
 - num
 - Type: SystemInt32
 - xyz
 - Type: SystemDouble
 
Remarks
See Also