SoMFVec4ui32SetValues Method (Int32, Int32, UInt32) |
Sets values from array of arrays of 4 uint32_ts.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValues(
int start,
int num,
uint[,] xyzw
)
Public Sub SetValues (
start As Integer,
num As Integer,
xyzw As UInteger(,)
)
public:
void SetValues(
int start,
int num,
array<unsigned int,2>^ xyzw
)
member SetValues :
start : int *
num : int *
xyzw : uint32[,] -> unit
Parameters
- start
- Type: SystemInt32
- num
- Type: SystemInt32
- xyzw
- Type: SystemUInt32
Remarks See Also