Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / PlanningSegment Property

In This Topic
    PlanningSegment Property (Page)
    In This Topic
    Get or set planning objects to which this page is assigned or null.
    Syntax
    public PlanningSegment PlanningSegment {get; set;}
    public:
    property PlanningSegment^ PlanningSegment {
       PlanningSegment^ get();
       void set (    PlanningSegment^ value);
    }

    Property Value

    Returns Eplan.EplApi.DataModel.Planning.PlanningSegment to which this page is assigned.
    See Also