Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / AttachedDocument Class
Members
In This Topic
    AttachedDocument Class
    In This Topic
    Represents Attached document in HpD.
    Object Model
    AttachedDocument ClassTextProperty ClassDateTimeProperty ClassTextProperty ClassDateTimeProperty ClassTextProperty ClassTextProperty 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.AttachedDocument

    Syntax
    Public Properties
     NameDescription
    Public PropertyOverridden. Does this document have a backup file on the disc?  
    Public PropertyOverridden.  Name of the document author.  
    Public PropertyOverridden.  When was the document created.  
    Public PropertyOverridden.  Description of the document.  
    Public Property Does this document have focus in the UI? (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    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 PropertyOverridden.  Tells you whether this object is valid or not.  
    Public PropertyOverridden.  When was the document last modified.  
    Public PropertyOverridden.  The user who modified the document last.  
    Public PropertyOverridden.  Name of the document.  
    Public PropertyOverridden.  Path to the document file.  
    Public PropertyOverridden.  List of User-defined properties of this document or project.  
    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 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 MethodOverridden.  Remove the document.  
    Public Method Restore this document from backup. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public Method Save this document. (Inherited from EPLAN.Harness.API.Projects.Documents.Document)
    Public MethodReturns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject)
    Top
    See Also