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

    pPage
    Page 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.
    Null was passed to a parameter.
    See Also