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

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

    Return Value

    Returns "true" if any name has changed, modifies only functions, which name has been changed.
    Exceptions
    ExceptionDescription
    When page is not set.
    See Also