SoMFVec3s.SetValues Method (Int32, Int32,Int16[,]) |
Sets values from array of arrays of 3 shorts.
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,
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: System.Int32
- num
- Type: System.Int32
- xyz
- Type:System.Int16[,]
Remarks
See Also