Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / WireHarnessInfo Class
Members
In This Topic
    WireHarnessInfo Class
    In This Topic
    Object that holds basic info about a harness and it's document. Used e.g. for selecting harnesses for nailboard derivation (Variant.CreateNailboard).
    Inheritance Hierarchy

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

    Syntax
    public class WireHarnessInfo : DerivationSource 
    Remarks
    This is not a harness object. You can not perform any actions directly with this object.
    Public Properties
     NameDescription
    Public Property ID of the object's document. (Inherited from EPLAN.Harness.API.Projects.Documents.ObjectInfo)
    Public Property Name of the object's document. (Inherited from EPLAN.Harness.API.Projects.Documents.ObjectInfo)
    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