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

In This Topic
    AdjustFullName(FunctionBase) Method
    In This Topic
    Evaluates for a given functionbase the full name from the visible name of the functionbase and sets that evaluated value at the functionbase-object
    Syntax
    public bool AdjustFullName( 
       FunctionBase pFunctionBase
    )
    public:
    bool AdjustFullName( 
       FunctionBase^ pFunctionBase
    ) 

    Parameters

    pFunctionBase
    Function for which is evaluated name.

    Return Value

    Returns false, if the full name could not be evaluated.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    When page is not set.
    See Also