Harness proD API Help
EPLAN.Harness.API.Occurrences.Workdesk Namespace / BaseWdCable Class / CableSubParts Property
In This Topic
    CableSubParts Property (BaseWdCable)
    In This Topic
    Get cable sub-parts in a flattened collection instead of traversing within the tree structure of Children property. Returns occurrences of type: IOccInsulator, IOccShield, IOccCableWire, IOccCablesTwist, IOccLatentWire.
    Syntax
    public IEnumerable<IOccurrence> CableSubParts {get;}
    See Also