 | CDGWSetInfoSYS Method |
This sets a text object to the text found in a system
parameter variable. If the variable has not been set,
the text is not set.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetInfoSYS(
int id,
int info,
string group,
string field
)
public void SetInfoSYS(
int id,
int info,
string group,
string field
)
Public Sub SetInfoSYS (
id As Integer,
info As Integer,
group As String,
field As String
)
Public Sub SetInfoSYS (
id As Integer,
info As Integer,
group As String,
field As String
)
public:
void SetInfoSYS(
int id,
int info,
String^ group,
String^ field
)
public:
void SetInfoSYS(
int id,
int info,
String^ group,
String^ field
)
member SetInfoSYS :
id : int *
info : int *
group : string *
field : string -> unit
member SetInfoSYS :
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