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

In This Topic
    SortId Property (PlanningSegment)
    In This Topic
    Number used to sort elements in current branch of planning tree.
    Syntax
    public double SortId {get; set;}
    public:
    property double SortId {
       double get();
       void set (    double value);
    }
    See Also