Click or drag to resize
SoPreferencesSetFloat Method

Sets a variable that has a float 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 SetFloat(
	string name,
	float value
)

Parameters

name
Type: SystemString
value
Type: SystemSingle
Remarks

See setValue for details.

See Also