API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_NUMBER Property / PAGE_NUMBER(Int32) Property

In This Topic
    PAGE_NUMBER(Int32) Property
    In This Topic
    Page number # 11042. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_NUMBER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_NUMBER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Part of the page name. The page number consists of the page counter and the page's subcounter. Identifier blocks like higher-level function or mounting location are not displayed.

    See Also