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

In This Topic
    INSTANCE_PAGEFULLNAME(Int32) Property
    In This Topic
    Page name (full) # 19023. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INSTANCE_PAGEFULLNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_PAGEFULLNAME {
       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 full page names (page name + all identifier blocks) of the page on which the corresponding component or item is placed.

    See Also