Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class / AdjustVisibleName Method
Function3D for which the name is evaluated.

In This Topic
    AdjustVisibleName Method (NameService3D)
    In This Topic
    Evaluates for a given Function3D the visible name and visible name format from the fullname of the function and sets these evaluated values at the function-object
    Syntax
    public bool AdjustVisibleName( 
       IFunctionBase pFunctionBase
    )
    public:
    bool AdjustVisibleName( 
       IFunctionBase^ pFunctionBase
    ) 

    Parameters

    pFunctionBase
    Function3D 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.
    See Also