API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_POS_REVERSE_NUMBERING Property / FRAME_POS_REVERSE_NUMBERING(Int32) Property

In This Topic
    FRAME_POS_REVERSE_NUMBERING(Int32) Property
    In This Topic
    Inverse row numbering # 12036. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_POS_REVERSE_NUMBERING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_POS_REVERSE_NUMBERING {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property sets row numbering from bottom to top, for projects that comply with the GOST standard.

    See Also