API Help
Eplan.EplApi.DataModel Namespace / Placement Class / DrawingOrder Property

In This Topic
    DrawingOrder Property
    In This Topic
    Sets display sequence. The drawing order flag will be used to sort elements according to drawing order within a group. If elements chare the same value the drawing order will result from order of the data model. Default value is 67.
    Syntax
    public short DrawingOrder {get; set;}
    public:
    property short DrawingOrder {
       short get();
       void set (    short value);
    }

    Property Value

    Number of position.
    See Also