Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / EvaluateAndSetAllNames Method / EvaluateAndSetAllNames(Page) Method
Page to set.

In This Topic
    EvaluateAndSetAllNames(Page) Method
    In This Topic
    Sets the page and evaluates the full name for all placed functions and interruption points on page by calling EvaluateName for all those objects.
    Syntax
    public bool EvaluateAndSetAllNames( 
       Page pPage
    )
    public:
    bool EvaluateAndSetAllNames( 
       Page^ pPage
    ) 

    Parameters

    Parameter NameDescription
    pPagePage to set.

    Return Value

    Returns "true" if any name has changed, modifies only functions, which name has been changed.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    See Also