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

In This Topic
    FRAME_ADD_PAGENAME(Int32) Property
    In This Topic
    Add page names # 12030. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_ADD_PAGENAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_ADD_PAGENAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, the page name is added to the column designation (page name + column designation). Relevant for the NFPA standard.

    See Also