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

    pPage
    Page to set.
    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.
    See Also