API Help
Eplan.EplApi.HEServices Namespace / NameService3D Class / AdjustFullName Method
Function3D for which name is evaluated.

AdjustFullName Method (NameService3D)
Evaluates for a given Function3D the full name from the visible name and sets that evaluated value at the function-object
Syntax
public bool AdjustFullName( 
   IFunctionBase pFunctionBase
)

Parameters

pFunctionBase
Function3D for which name is evaluated.

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