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