SoPreferencesSetLong Method |
Sets a variable that has a long 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 SetLong(
string name,
int value
)
Public Shared Sub SetLong (
name As String,
value As Integer
)
public:
static void SetLong(
String^ name,
int value
)
static member SetLong :
name : string *
value : int -> unit
Parameters
- name
- Type: SystemString
- value
- Type: SystemInt32
Remarks See OIV.Inventor.SoPreferences.SetValue(System.String, System.String) for details.
See Also