Click or drag to resize
SoPreferencesSetDouble Method

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

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

Parameters

name
Type: SystemString
value
Type: SystemDouble
Remarks

See setValue for details.

See Also