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