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

In This Topic
    EvaluateAndSetAllVisibleNames(Page) Method
    In This Topic
    Sets the page and evaluate the visible names from the full names for all placed functions and interruption points on page.
    Syntax
    public bool EvaluateAndSetAllVisibleNames( 
       Page pPage
    )
    public:
    bool EvaluateAndSetAllVisibleNames( 
       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