SoMFVec3sSetValues Method (Int32, Int32, Int16) |
Sets values from array of arrays of 3 shorts.
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,
short[,] xyz
)
Public Sub SetValues (
start As Integer,
num As Integer,
xyz As Short(,)
)
public:
void SetValues(
int start,
int num,
array<short,2>^ xyz
)
member SetValues :
start : int *
num : int *
xyz : int16[,] -> unit
Parameters
- start
- Type: SystemInt32
- num
- Type: SystemInt32
- xyz
- Type: SystemInt16
Remarks See Also