ISoMFieldValueTypeSetValues Method |
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax void SetValues(
int start,
ValueType[] newValues
)
Sub SetValues (
start As Integer,
newValues As ValueType()
)
void SetValues(
int start,
array<ValueType>^ newValues
)
abstract SetValues :
start : int *
newValues : 'ValueType[] -> unit
Parameters
- start
- Type: SystemInt32
- newValues
- Type: ValueType
See Also