SoMFVec4i32.SetValues Method (Int32, Int32,Int32[,]) |
Sets values from array of arrays of 4 integers.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetValues(
int start,
int num,
int[,] xyzw
)
Public Sub SetValues (
start As Integer,
num As Integer,
xyzw As Integer(,)
)
public:
void SetValues(
int start,
int num,
array<int,2>^ xyzw
)
member SetValues :
start : int *
num : int *
xyzw : int[,] -> unit
Parameters
- start
- Type: System.Int32
- num
- Type: System.Int32
- xyzw
- Type:System.Int32[,]
Remarks
See Also