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

AdjustFullName(FunctionBase) Method
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
)

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