SoMFInt64SetValues Method |
Sets num values starting at index start to the values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetValues(
int start,
long[] newValues
)
Public Sub SetValues (
start As Integer,
newValues As Long()
)
public:
void SetValues(
int start,
array<long long>^ newValues
)
member SetValues :
start : int *
newValues : int64[] -> unit
Parameters
- start
- Type: SystemInt32
- newValues
- Type: SystemInt64
Remarksin newValues. The array will automatically be made larger to accommodate the new values, if necessary. In that case, if field's values are stored in an user data array, this array is no more used.
See Also