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

SetVisibleNameAndAdjustFullName(Page,FunctionBase,UniversalPropertyList,String) Method
Sets the page and 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

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