| SoMFVec4usSetValues Method (Int32, Int32, UInt16) | 
Sets values from array of arrays of 4 unsigned shorts. 
 
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,
	ushort[,] xyzw
)
Public Sub SetValues ( 
	start As Integer,
	num As Integer,
	xyzw As UShort(,)
)
public:
void SetValues(
	int start, 
	int num, 
	array<unsigned short,2>^ xyzw
)
member SetValues : 
        start : int * 
        num : int * 
        xyzw : uint16[,] -> unit 
Parameters
- start
 - Type: SystemInt32
 - num
 - Type: SystemInt32
 - xyzw
 - Type: SystemUInt16
 
Remarks
See Also