Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / PlanningSegments Property

In This Topic
    PlanningSegments Property
    In This Topic
    Returns array of all Eplan.EplApi.DataModel.Planning.PlanningSegment from this Project.
    Syntax
    public PlanningSegment[] PlanningSegments {get;}
    public:
    property array<PlanningSegment^>^ PlanningSegments {
       array<PlanningSegment^>^ get();
    }
    See Also