Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / AdjustVisibleName Method / AdjustVisibleName(Page,FunctionBase) Method
Page to set.
Function for which the name is evaluated.

In This Topic
    AdjustVisibleName(Page,FunctionBase) Method
    In This Topic
    Sets the page and evaluates for a given functionbase the visible name and visible name format from the fullname of the functionbase and sets these evaluated values at the functionbase-object
    Syntax
    public bool AdjustVisibleName( 
       Page pPage,
       FunctionBase pFunctionBase
    )
    public:
    bool AdjustVisibleName( 
       Page^ pPage,
       FunctionBase^ pFunctionBase
    ) 

    Parameters

    Parameter NameDescription
    pPagePage to set.
    pFunctionBaseFunction for which the name is evaluated.

    Return Value

    Returns false if the instance name could not be evaluated and set due to nesting.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    See Also