Click or drag to resize

CEDOCCurrentIfExists Method

This method returns the Current Edited Document.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CEDOC CurrentIfExists(
	int type
)

public static CEDOC CurrentIfExists(
	int type
)

Parameters

type
Type: SystemInt32
<define>EDOC_TYPE</define>

Return Value

Type: CEDOC
EDOC Object to current edited document. If there is no current document, the user is not prompted for a document, and 0 is returned.
See Also