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

In This Topic
    FRAME_ROW_DESC_OF_NON_LOGICAL_PAGES(Int32) Property
    In This Topic
    Show column designation on non-logical pages # 12014. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_ROW_DESC_OF_NON_LOGICAL_PAGES( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_ROW_DESC_OF_NON_LOGICAL_PAGES {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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