SoMFBoolSetValues Method (Int32, Boolean) |
Set the field's values
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,
bool[] newValues
)
Public Sub SetValues (
start As Integer,
newValues As Boolean()
)
public:
void SetValues(
int start,
array<bool>^ newValues
)
member SetValues :
start : int *
newValues : bool[] -> unit
Parameters
- start
- Type: SystemInt32
- newValues
- Type: SystemBoolean
See Also