 | CEDOCUnLoadAll Method |
Unloads all opened documents
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void UnLoadAll(
int type
)
public static void UnLoadAll(
int type
)
Public Shared Sub UnLoadAll (
type As Integer
)
Public Shared Sub UnLoadAll (
type As Integer
)
public:
static void UnLoadAll(
int type
)
public:
static void UnLoadAll(
int type
)
static member UnLoadAll :
type : int -> unit
static member UnLoadAll :
type : int -> unit
Parameters
- type
- Type: SystemInt32
<define>EDOC_TYPE</define>
See Also