Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / GraphicDocument Class
Members
In This Topic
    GraphicDocument Class
    In This Topic
    Document with graphics.
    Object Model
    GraphicDocument ClassTextProperty ClassDateTimeProperty ClassTextProperty ClassHighlightSet ClassDateTimeProperty ClassTextProperty ClassTextProperty ClassSelectSet ClassBaseSettings ClassVariant ClassViewsController Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.ApiObject
          EPLAN.Harness.API.Projects.Documents.ProjectEntity
             EPLAN.Harness.API.Projects.Documents.Document
                EPLAN.Harness.API.Projects.Documents.RevisionableDocument
                   EPLAN.Harness.API.Projects.Documents.GraphicDocument
                      EPLAN.Harness.API.Projects.Documents.Designer
                      EPLAN.Harness.API.Projects.Documents.Drawing2D

    Syntax
    Public Properties
     NameDescription
    Public PropertyDoes this document have a backup file on the disc? (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Property Name of the document author. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Public Property When was the document created. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Public Property Description of the document. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Public Property Does this document have focus in the UI? (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Property Does this document have a revision? (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public PropertyGets set of highlighted occurrences.  
    Public Property ID of the HpD object. (Inherited from EPLAN.Harness.API.ApiObject)
    Public Property Is this document opened? (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Property Is this document open as read only? (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Property Is this document part of a revision? (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public Property Tells you whether this object is valid or not. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public Property When was the document last modified. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Public Property The user who modified the document last. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Public Property Name of the document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Property Path to the document file. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Public Property List all revisions this document has. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public PropertyGets set of selected occurrences.  
    Public Property Settings stored with this document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public Property List of User-defined properties of this document or project. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public Property Gets parent variant of this document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public PropertyGet controller of stored views of this document.  
    Top
    Public Methods
     NameDescription
    Public Method Close this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public MethodIs this document equal to the following object? (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public MethodOverloaded.  Get all occurrences in this document.  
    Public Method Get environment occurrences in this document.  
    Public MethodServes as the default hash function. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Method Open this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Method If this document is part of a revision, it gets promoted to a normal document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public Method Reload property panel of this document to show current state of all controls in the panel.  
    Public Method Remove the document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Method Restore this document from backup. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Method Create new revision of this document. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public Method Save this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public MethodSave this document as template. (Inherited from EPLAN.Harness.API.Projects.Documents.RevisionableDocument)
    Public MethodReturns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject)
    Top
    See Also