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

In This Topic
    FRAME_PAGE_ORIENTATION(Int32) Property
    In This Topic
    Page orientation / paper format # 12016. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_PAGE_ORIENTATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_PAGE_ORIENTATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

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

    See Also