 | CEDOCUnLoad Method |
Unloads an edited document.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void UnLoad(
string name,
int type
)
public static void UnLoad(
string name,
int type
)
Public Shared Sub UnLoad (
name As String,
type As Integer
)
Public Shared Sub UnLoad (
name As String,
type As Integer
)
public:
static void UnLoad(
String^ name,
int type
)
public:
static void UnLoad(
String^ name,
int type
)
static member UnLoad :
name : string *
type : int -> unit
static member UnLoad :
name : string *
type : int -> unit
Parameters
- name
- Type: SystemString
Name of document to unload - type
- Type: SystemInt32
<define>EDOC_TYPE</define>
Remarks
If the document is not loaded, nothing happens.
Same as UnLoadVerify_EDOC with FALSE to prompt save.
See Also