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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CDGW : CHANDLE

The CDGW type exposes the following members.

Methods
  NameDescription
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberCreate
This method creates a dialogue 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 methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneGetInfoMETA
Copies the dialogue information to a META attribute.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneGetInfoSYS
This method uses the information in a dialogue box to set a SYS variable.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneGetList
This method retrieves the list (LST) object associated with a dialogue object.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneGtInfo
This method fills the specified string with the text from the text object specified.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneiRunDialogue
This method runs the dialogue window.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneSetInfo
This method sets the string of a text object. If the string is too long it will be truncated.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneSetInfoMETA
This sets a text object to the text found in a META attribute.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneSetInfoSYS
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 methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneSetTitle
Changes the title of the dialog.
Top
See Also