Click or drag to resize

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
Syntax
public void GetInfoSYS(
	int id,
	int info,
	string group,
	string field
)

public void GetInfoSYS(
	int id,
	int info,
	string group,
	string field
)

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