| SoMFBoolSetValues Method (Int32, Boolean) | 
Set the field's values
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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