 | CEDOCCurrent 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 Current(
int type
)
public static CEDOC Current(
int type
)
Public Shared Function Current (
type As Integer
) As CEDOC
Public Shared Function Current (
type As Integer
) As CEDOC
public:
static CEDOC^ Current(
int type
)
public:
static CEDOC^ Current(
int type
)
static member Current :
type : int -> CEDOC
static member Current :
type : int -> CEDOC
Parameters
- type
- Type: SystemInt32
<define>EDOC_TYPE</define>
Return Value
Type:
CEDOCEDOC Object
See Also