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

In This Topic
    FRAME_ROW_DESC_OF_NON_LOGICAL_PAGES Property
    In This Topic
    Show column designation on non-logical pages # 12014.
    Syntax
    public PropertyValue FRAME_ROW_DESC_OF_NON_LOGICAL_PAGES {get; set;}
    public:
    property PropertyValue^ FRAME_ROW_DESC_OF_NON_LOGICAL_PAGES {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Specifies whether the column designations for this plot frame should also be output on non-logic pages (non-schematic pages). By default, designations are suppressed on non-logical pages.

    See Also