Click or drag to resize

CEDOC Class

The EDOC class provides access to a generic documents views as loaded within Oasis montaj.
Inheritance Hierarchy

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CEDOC : CHANDLE

public class CEDOC : CHANDLE

The CEDOC type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateNewGMS3D
Creates a new GMSYS 3D Model into the workspace, flags as new.
Public methodStatic memberCurrent
This method returns the Current Edited Document.
Public methodStatic memberCurrentIfExists
This method returns the Current Edited Document.
Public methodStatic memberCurrentNoActivate
This method returns the Current Edited Document.
Protected methodDispose
Releases the unmanaged resources used by the CEDOC and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetWindowPosition
Get the map window's position and dock state
Public methodiCopy
Copies a managed document to another document.
Public methodStatic memberiGetDocumentsLST
Load the file names of open documents into a LST.
Public methodIGetName(String)
Get the name of the document object of this EDOC.
Public methodIGetName(String, Int32)
Get the name of the document object of this EDOC.
Public methodiGetWindowState
Retrieve the current state of the document window
Public methodStatic memberiHaveCurrent
Returns true if a document is loaded
Public methodStatic memberiLoaded
Returns 1 if a document is loaded .
Public methodiReadOnly
Checks if a document is currently opened in a read-only mode.
Public methodStatic memberLoad
Loads a list of documents into the workspace
Public methodStatic memberLoadNoActivate
Loads a list of documents into the workspace
Public methodMakeCurrent
Makes this EDOC object the current active object to the user.
Public methodSave
Save the managed document.
Public methodSetWindowPosition
Get the map window's position and dock state
Public methodSetWindowState
Changes the state of the document window
Public methodStatic memberSync
Syncronize the Metadata of a document that is not currently open
Public methodSyncOpen
Syncronize the Metadata of a document
Public methodStatic memberUnLoad
Unloads an edited document.
Public methodStatic memberUnLoadAll
Unloads all opened documents
Public methodStatic memberUnLoadDiscard
Unloads a document in the workspace, discards changes.
Public methodStatic memberUnLoadVerify
Unloads an edited document, optional prompt to save.
Top
See Also