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

In This Topic
    AdjustFullName(Page,FunctionBase) Method
    In This Topic
    Sets the page and 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( 
       Page pPage,
       FunctionBase pFunctionBase
    )
    public:
    bool AdjustFullName( 
       Page^ pPage,
       FunctionBase^ pFunctionBase
    ) 

    Parameters

    Parameter NameDescription
    pPagePage to set.
    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.
    See Also