| SoMFVec2i32SetValues Method (Int32, Int32, Int32) | 
Sets values from array of arrays of 2 ints. 
 
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,
	int[,] xy
)
Public Sub SetValues ( 
	start As Integer,
	num As Integer,
	xy As Integer(,)
)
public:
void SetValues(
	int start, 
	int num, 
	array<int,2>^ xy
)
member SetValues : 
        start : int * 
        num : int * 
        xy : int[,] -> unit 
Parameters
- start
 - Type: SystemInt32
 - num
 - Type: SystemInt32
 - xy
 - Type: SystemInt32
 
Remarks
See Also