Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / Children Property

In This Topic
    Children Property (PlanningSegment)
    In This Topic
    Returns all children of this object.
    Syntax
    public PlanningSegment[] Children {get;}
    public:
    property array<PlanningSegment^>^ Children {
       array<PlanningSegment^>^ get();
    }
    See Also