Harness proD API Help
EPLAN.Harness.API.Occurrences.CableDrawing Namespace / OccCdSegment Class
Members
In This Topic
    OccCdSegment Class
    In This Topic
    Segment occurrence (part of control path) in cable drawing.
    Object Model
    OccCdSegment ClassBooleanProperty ClassBaseLibraryPart ClassTextProperty ClassOccCdCableUnit Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.ApiObject
          EPLAN.Harness.API.Occurrences.BaseOccurrence
             EPLAN.Harness.API.Occurrences.Base2DOccurrence
                EPLAN.Harness.API.Occurrences.BaseCdOccurrence
                   EPLAN.Harness.API.Occurrences.CableDrawing.OccCdSegment

    Syntax
    Remarks
    Segment represents the part of Cable drawing between the last bundle end point and the connectable object. It includes both control points (bundle end and the connectable object connection point) and its children are all the wire paths it contains (as OccCdControlPathSegments). This occurrence is not selectable or visible in GUI and serves only to help the API client with navigating the drawing.
    Public Properties
     NameDescription
    Public Property Gets children occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.BaseOccurrence)
    Public PropertyStart and end control points of this segment.  
    Public Property ID of the HpD object. (Inherited from EPLAN.Harness.API.ApiObject)
    Public Property Is the part a rapid prototype? (Inherited from EPLAN.Harness.API.Occurrences.BaseOccurrence)
    Public Property Tells you whether this object is valid or not. (Inherited from EPLAN.Harness.API.Occurrences.BaseOccurrence)
    Public Property Gets the related library part from which this occurrence was derived. (Inherited from EPLAN.Harness.API.Occurrences.BaseOccurrence)
    Public PropertyOverridden.  Gets or sets the name of the occurrence.  
    Public PropertyID of the original 3D occurrence from which this occurrence is derived. (Inherited from EPLAN.Harness.API.Occurrences.Base2DOccurrence)
    Public PropertyThe parent cable unit occurrence. (Inherited from EPLAN.Harness.API.Occurrences.BaseCdOccurrence)
    Public Property Gets parent occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.BaseOccurrence)
    Public PropertyOverridden.  Gets or sets a list of user-defined properties of this occurrence.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the specified object is equal to the current object. (Inherited from EPLAN.Harness.API.Occurrences.BaseOccurrence)
    Public MethodServes as the default hash function. (Inherited from EPLAN.Harness.API.Occurrences.BaseOccurrence)
    Public MethodReturns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiObject)
    Top
    See Also