API Help
Eplan.EplApi.HEServices Namespace / NameService Class / SetVisibleNameAndAdjustFullName Method / SetVisibleNameAndAdjustFullName(FunctionBase,UniversalPropertyList,String) Method
Function for which the name is set.
PropertyList for evaluated name.
New visible name.

SetVisibleNameAndAdjustFullName(FunctionBase,UniversalPropertyList,String) Method
Sets the given visible name as the new visible name to the given function and adjusts the full name of that function accordingly (by calling "EvaluateName").
Syntax

Parameters

pFunctionBase
Function for which the name is set.
eplVisibleName
PropertyList for evaluated name.
sVisibleNameFormat
New visible name.

Return Value

Returns false, if a problem occured - no changes have been made then.
Exceptions
ExceptionDescription
Invalid parameters were found.
Null was passed to a parameter.
When page is not set.
See Also