 | 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
Syntaxpublic static CEDOC CurrentIfExists(
int type
)
public static CEDOC CurrentIfExists(
int type
)
Public Shared Function CurrentIfExists (
type As Integer
) As CEDOC
Public Shared Function CurrentIfExists (
type As Integer
) As CEDOC
public:
static CEDOC^ CurrentIfExists(
int type
)
public:
static CEDOC^ CurrentIfExists(
int type
)
static member CurrentIfExists :
type : int -> CEDOC
static member CurrentIfExists :
type : int -> CEDOC
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