 | CEDOCUnLoadDiscard Method |
Unloads a document in the workspace, discards changes.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void UnLoadDiscard(
string name,
int type
)
public static void UnLoadDiscard(
string name,
int type
)
Public Shared Sub UnLoadDiscard (
name As String,
type As Integer
)
Public Shared Sub UnLoadDiscard (
name As String,
type As Integer
)
public:
static void UnLoadDiscard(
String^ name,
int type
)
public:
static void UnLoadDiscard(
String^ name,
int type
)
static member UnLoadDiscard :
name : string *
type : int -> unit
static member UnLoadDiscard :
name : string *
type : int -> unit
Parameters
- name
- Type: SystemString
Name of document to unload - type
- Type: SystemInt32
<define>EDOC_TYPE</define>
RemarksIf the document is not loaded, nothing happens.
See Also