Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / ProjectEntity Class
Members
In This Topic
    ProjectEntity Class
    In This Topic
    Basic API project entity with common properties.
    Object Model
    ProjectEntity 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.Project
             EPLAN.Harness.API.Projects.Documents.Revision

    Syntax
    Public Properties
     NameDescription
    Public Property Name of the document author.  
    Public Property When was the document created.  
    Public Property Description of the document.  
    Public Property ID of the HpD object. (Inherited from EPLAN.Harness.API.ApiObject)
    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.  
    Public Property The user who modified the document last.  
    Public Property Path to the document file.  
    Public Property List of User-defined properties of this document or project.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject)
    Top
    See Also