SoPreferencesSetBool Method |
Sets a variable that has a boolean value in the Open Inventor environment.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetBool(
string name,
bool value
)
Public Shared Sub SetBool (
name As String,
value As Boolean
)
public:
static void SetBool(
String^ name,
bool value
)
static member SetBool :
name : string *
value : bool -> unit
Parameters
- name
- Type: SystemString
- value
- Type: SystemBoolean
Remarks See OIV.Inventor.SoPreferences.SetValue(System.String, System.String) for details.
See Also