 | CDGWGetInfoSYS Method |
This method uses the information in a Dialog box to
set a SYS variable.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetInfoSYS(
int id,
int info,
string group,
string field
)
public void GetInfoSYS(
int id,
int info,
string group,
string field
)
Public Sub GetInfoSYS (
id As Integer,
info As Integer,
group As String,
field As String
)
Public Sub GetInfoSYS (
id As Integer,
info As Integer,
group As String,
field As String
)
public:
void GetInfoSYS(
int id,
int info,
String^ group,
String^ field
)
public:
void GetInfoSYS(
int id,
int info,
String^ group,
String^ field
)
member GetInfoSYS :
id : int *
info : int *
group : string *
field : string -> unit
member GetInfoSYS :
id : int *
info : int *
group : string *
field : string -> unit
Parameters
- id
- Type: SystemInt32
Dialog Object - info
- Type: SystemInt32
<define>DGW_OBJECT</define> - group
- Type: SystemString
Group name of the Variable - field
- Type: SystemString
Variable name
See Also