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.

In This Topic
    SetVisibleNameAndAdjustFullName(Page,FunctionBase,UniversalPropertyList,String) Method
    In This Topic
    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

    Parameter NameDescription
    pPagePage to set.
    pFunctionBaseFunction for which the name is set.
    eplVisibleNamePropertyList for evaluated name.
    sVisibleNameFormatNew visible name.

    Return Value

    Returns false if a problem occurred - no changes are made in this case.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    See Also