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

In This Topic
    FRAME_PAGE_ORIENTATION Property
    In This Topic
    Page orientation / paper format # 12016.
    Syntax
    public PropertyValue FRAME_PAGE_ORIENTATION {get; set;}
    public:
    property PropertyValue^ FRAME_PAGE_ORIENTATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Plot frame orientation: 0 = Landscape format, 1 = Portrait format.

    See Also