Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_EVALUATION_DIRECTION Property / FRAME_EVALUATION_DIRECTION Property

In This Topic
    FRAME_EVALUATION_DIRECTION Property
    In This Topic
    Reporting direction # 12103.
    Syntax
    public PropertyValue FRAME_EVALUATION_DIRECTION {get; set;}
    public:
    property PropertyValue^ FRAME_EVALUATION_DIRECTION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Indicates the reporting direction for a plot frame:

    0 = Vertical,

    1 = Horizontal.

    For projects according to IEC standards, the reporting direction is typically "vertical"; for projects according to the NFPA standards, it is usually horizontal. For projects according to the GOST standard, the reporting direction is typically "vertical"; a column numbered from right to left and a row numbered from the bottom to top can also be set via the properties "Inverse column numbering" (ID 12035) and "Inverse row numbering" (ID 12036).

    See Also