Click or drag to resize
CDGWGetInfoSYS Method
This method uses the information in a Dialog box to set a SYS variable.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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