Click or drag to resize
CPROJ Class
Project functions
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetXCPROJ

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static class CPROJ

The CPROJ 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 anyoneStatic memberDropMapClipData
Drop Map clipboard data in the current project (workspace background)
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiAddDocument
Adds (and opens) a document file in the current project.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiAddDocumentWithoutOpening
Adds (and opens) a document file in the current project.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiAddGridDocument
Adds (and opens) a grid document file in the current project with a particular colour distribution and colour file.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberICurrentDocument(CGXNETCore, String, String)
Get the name and type of the loaded document with focus.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberICurrentDocument(CGXNETCore, String, Int32, String, Int32)
Get the name and type of the loaded document with focus.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberICurrentDocumentOfType(CGXNETCore, String, String)
Get the name of a loaded document of a specific type.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberICurrentDocumentOfType(CGXNETCore, String, Int32, String)
Get the name of a loaded document of a specific type.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiGetCommandEnvironment
The current command environment
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberIGetName(CGXNETCore, String)
Return the name of the project file.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberIGetName(CGXNETCore, String, Int32)
Return the name of the project file.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiListDocuments
Fills a VV with documents of a certain type.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiListLoadedDocuments
Fills a VV with loaded documents of a certain type.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiListTools
Fills an LST object with tools of a certain type and notes the current visibility setting.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiRemoveDocument
Removes (and closes if visible) a document from the current project.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiRemoveTool
Removes (and closes if visible) a auxiliary tool from the current project.
Public methodMay not be available if running outside of a Oasis Montaj or from a command line programAvailable to anyoneStatic memberiSaveCloseDocuments
Saves and closes (if visible) documents contained in the current project.
Top
See Also