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

In This Topic
    FRAME_PATH_REVERSE_NUMBERING(Int32) Property
    In This Topic
    Inverse column numbering # 12035. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_PATH_REVERSE_NUMBERING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_PATH_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 column numbering from right to left, for projects that comply with the GOST standard.

    See Also