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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CEDOC : CHANDLE

The CEDOC type exposes the following members.

Methods
  NameDescription
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to specially licensed modulesStatic memberCreateNewGMS3D
Creates a new GMSYS 3D Model into the workspace, flags as new.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberCurrent
This method returns the Current Edited Document.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberCurrentIfExists
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 methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneGetWindowArea
Get the location of the document window within the frame.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiGetDocumentsLST
Load the file names of open documents into a LST.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneIGetName
Get the name of the document object of this EDOC.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneiGetWindowState
Retrieve the current state of the document window
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiHaveCurrent
Returns true if a document is loaded
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiLoaded
Returns 1 if a document is loaded .
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneiReadOnly
Checks if a document is currently opened in a read-only mode.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberLoad
Loads a list of documents into the workspace
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneMakeCurrent
Makes this EDOC object the current active object to the user.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneSetWindowArea
Set the location of the document window within the frame.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneSetWindowState
Changes the state of the document window
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberSync
Syncronize the Metadata of a document that is not currently open
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneSyncOpen
Syncronize the Metadata of a document
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberUnLoad
Unloads an edited document.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberUnLoadAll
Unloads all opened documents
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberUnLoadDiscard
Unloads a document in the workspace, discards changes.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberUnLoadVerify
Unloads an edited document, optional prompt to save.
Top
See Also