API Help
Eplan.EplApi.DataModel Namespace / SymbolReferencePropertyList Class / INSTANCE_PAGENAME Property / INSTANCE_PAGENAME(Int32) Property

In This Topic
    INSTANCE_PAGENAME(Int32) Property
    In This Topic
    Page name # 19022. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INSTANCE_PAGENAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_PAGENAME {
       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..

    For component or part placements, outputs the page names (page counters + subcounters) of the page on which the corresponding component or item is placed.

    See Also