Click or drag to resize
SoPreferencesSetBool Method

Sets a variable that has a boolean value in the Open Inventor environment.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetBool(
	string name,
	bool value
)

Parameters

name
Type: SystemString
value
Type: SystemBoolean
Remarks

See OIV.Inventor.SoPreferences.SetValue(System.String, System.String) for details.

See Also