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

In This Topic
    PAGE_NAME(Int32) Property
    In This Topic
    Page name # 11000. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Consists of the page number, i.e. the page counter and subcounter.

    See Also