Click or drag to resize

CDGWCreate Method

This method creates a Dialog window from a specified resource. The Resource is loaded into memory but not displayed.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CDGW Create(
	string name
)

public static CDGW Create(
	string name
)

Parameters

name
Type: SystemString
Name of the Window Resource to use

Return Value

Type: CDGW
Handle to the DGW object.
See Also