Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Document Class
Members
In This Topic
    Document Class
    In This Topic
    Represents HpD document. Base class for individual documents.
    Object Model
    Document ClassTextProperty ClassDateTimeProperty ClassTextProperty ClassDateTimeProperty ClassTextProperty ClassTextProperty Class
    Inheritance Hierarchy
    Syntax
    Public Properties
     NameDescription
    Public PropertyDoes this document have a backup file on the disc?  
    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?  
    Public Property ID of the HpD object. (Inherited from EPLAN.Harness.API.ApiObject)
    Public Property Is this document opened?  
    Public Property Is this document open as read only?  
    Public Property Tells you whether this object is valid or not. (Inherited from EPLAN.Harness.API.ApiObject)
    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.  
    Public Property Path to the document file. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Public Property List of User-defined properties of this document or project. (Inherited from EPLAN.Harness.API.Projects.Documents.ProjectEntity)
    Top
    Public Methods
     NameDescription
    Public Method Close this document.  
    Public MethodIs this document equal to the following object?  
    Public MethodServes as the default hash function.  
    Public Method Open this document.  
    Public Method Remove the document.  
    Public Method Restore this document from backup.  
    Public Method Save this document.  
    Public MethodReturns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject)
    Top
    Public Operators
    Are these documents equal?
    Are these documents not equal?
    Top
    See Also