 | CEDOCUnLoadAll Method |
Unloads all opened documents
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void UnLoadAll(
CGXNETCore gxNetShared,
int type
)
public static void UnLoadAll(
CGXNETCore gxNetShared,
int type
)
Public Shared Sub UnLoadAll (
gxNetShared As CGXNETCore,
type As Integer
)
Public Shared Sub UnLoadAll (
gxNetShared As CGXNETCore,
type As Integer
)
public:
static void UnLoadAll(
CGXNETCore^ gxNetShared,
int type
)
public:
static void UnLoadAll(
CGXNETCore^ gxNetShared,
int type
)
static member UnLoadAll :
gxNetShared : CGXNETCore *
type : int -> unit
static member UnLoadAll :
gxNetShared : CGXNETCore *
type : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - type
- Type: SystemInt32
<define>EDOC_TYPE</define>
See Also