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

In This Topic
    AdjustVisibleName(FunctionBase) Method
    In This Topic
    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( 
       FunctionBase pFunctionBase
    )
    public:
    bool AdjustVisibleName( 
       FunctionBase^ pFunctionBase
    ) 

    Parameters

    pFunctionBase
    Function 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.
    Null was passed to a parameter.
    When page is not set.
    See Also