Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / IdentifyingName Property

In This Topic
    IdentifyingName Property (Page)
    In This Topic
    Returns identifying name of the page.
    Syntax
    public string IdentifyingName {get;}
    public:
    property String^ IdentifyingName {
       String^ get();
    }

    Property Value

    Page's identifying name.
    Exceptions
    ExceptionDescription
    Thrown when identifying name of the page cannot be read from data model.
    See Also