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

    Parameter NameDescription
    pFunctionBaseFunction for which is evaluated name.

    Return Value

    Returns false if the full name could not be evaluated.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    Thrown when the page is not set.
    See Also