Click or drag to resize
SoPreferences.SetValue Method (String, String)

Sets a variable in the Open Inventor environment.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static void SetValue(
	string name,
	string value
)

Parameters

name
Type: System.String
value
Type: System.String
Remarks

As this variable is set in memory, it is local to the application process and can only be retrieved using OIV.Inventor.SoPreferences methods.

If the value parameter is set to NULL (default), then the variable is set with no value associated with it.

If the first character of the string name is a '-', then the variable is unset in the Open Inventor environment.

See Also