Click or drag to resize

CDGW Class

Provides access to dialog boxes for user I/O. You can use this class to store to, or retrieve information from the current workspace parameter block via dialog boxes
Inheritance Hierarchy

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CDGW : CHANDLE

public class CDGW : CHANDLE

The CDGW type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
This method creates a Dialog window from a specified resource. The Resource is loaded into memory but not displayed.
Protected methodDispose
Releases the unmanaged resources used by the CDGW and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetInfoMETA
Copies the Dialog information to a META attribute.
Public methodGetInfoSYS
This method uses the information in a Dialog box to set a SYS variable.
Public methodGetList
This method retrieves the list (LST) object associated with a Dialog object.
Public methodGtInfo(Int32, Int32, String)
This method fills the specified string with the text from the text object specified.
Public methodGtInfo(Int32, Int32, String, Int32)
This method fills the specified string with the text from the text object specified.
Public methodiRunDialogue
This method runs the Dialog window.
Public methodSetInfo
This method sets the string of a text object. If the string is too long it will be truncated.
Public methodSetInfoMETA
This sets a text object to the text found in a META attribute.
Public methodSetInfoSYS
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.
Public methodSetTitle
Changes the title of the dialog.
Top
See Also