Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / CableUnitInfo Class
Members
In This Topic
    CableUnitInfo Class
    In This Topic
    An object which holds basic info about a cable unit and its document. Used for example to select cable units for 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
                EPLAN.Harness.API.Projects.Documents.CableUnitInfo

    Syntax
    public class CableUnitInfo : DerivationSource 
    Remarks

    You can obtain these objects by calling Variant.GetAllCableUnitInfos.

    You may filter them by their ObjectInfo.DocumentName and/or EntityInfo.Name and then use them as an argument for Variant.CreateCableDrawing to select which Cable Units should be used in CableDrawing derivation.

    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