Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / ObjectInfo Class
Members
In This Topic
    ObjectInfo Class
    In This Topic
    Base class for classes that hold basic info about a HpD object and its document. Used for example to select Harnesses/CableUnits for Nailboard/Cable Drawing derivation.
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.Projects.Documents.EntityInfo
          EPLAN.Harness.API.Projects.Documents.ObjectInfo
             EPLAN.Harness.API.Projects.Documents.DerivationSource

    Syntax
    public class ObjectInfo : EntityInfo 
    Public Properties
     NameDescription
    Public Property ID of the object's document.  
    Public Property Name of the object's document.  
    Public Property ID of the object. (Inherited from EPLAN.Harness.API.Projects.Documents.EntityInfo)
    Public Property Name of the object. (Inherited from EPLAN.Harness.API.Projects.Documents.EntityInfo)
    Top
    See Also