Click or drag to resize
SoPreferences.SetFloat 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: 2023.1.3.0 (2023.1.3)
Syntax
public static void SetFloat(
	string name,
	float value
)

Parameters

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

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

See Also