ApplicationSetSystemVariable Method
|
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static void SetSystemVariable(
string name,
Object value
)
Public Shared Sub SetSystemVariable (
name As String,
value As Object
)
public:
static void SetSystemVariable(
String^ name,
Object^ value
)
static member SetSystemVariable :
name : string *
value : Object -> unit
Parameters
- name String
-
- value Object
-
See Also