SoPreferencesSetFloat Method |
Sets a variable that has a float value in the Open Inventor environment.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetFloat(
string name,
float value
)
Public Shared Sub SetFloat (
name As String,
value As Single
)
public:
static void SetFloat(
String^ name,
float value
)
static member SetFloat :
name : string *
value : float32 -> unit
Parameters
- name
- Type: SystemString
- value
- Type: SystemSingle
Remarks See OIV.Inventor.SoPreferences.SetValue(System.String, System.String) for details.
See Also