UtilitiesSetSystemVariables Method
|
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static void SetSystemVariables(
string name,
ResultBuffer val
)
Public Shared Sub SetSystemVariables (
name As String,
val As ResultBuffer
)
public:
static void SetSystemVariables(
String^ name,
ResultBuffer^ val
)
static member SetSystemVariables :
name : string *
val : ResultBuffer -> unit
Parameters
- name String
-
- val ResultBuffer
-
See Also