ApplicationGetSystemVariable Method
|
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
public static Object GetSystemVariable(
string name
)
Public Shared Function GetSystemVariable (
name As String
) As Object
public:
static Object^ GetSystemVariable(
String^ name
)
static member GetSystemVariable :
name : string -> Object
Parameters
- name String
-
Return Value
Object
See Also