Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / SetFullNameAndAdjustVisibleName Method / SetFullNameAndAdjustVisibleName(FunctionBase,UniversalPropertyList) Method
Function for which the name is set.
PropertyList with new full name.

In This Topic
    SetFullNameAndAdjustVisibleName(FunctionBase,UniversalPropertyList) Method
    In This Topic
    Sets the given full name as the new full name to the given function and adjusts the visible name of that function. Returns false if a problem occurred (if a visible name cannot be evaluated) - no changes to the function-object are made in this case.
    Syntax
    public bool SetFullNameAndAdjustVisibleName( 
       FunctionBase pFunctionBase,
       UniversalPropertyList eplFullName
    )
    public:
    bool SetFullNameAndAdjustVisibleName( 
       FunctionBase^ pFunctionBase,
       UniversalPropertyList^ eplFullName
    ) 

    Parameters

    Parameter NameDescription
    pFunctionBaseFunction for which the name is set.
    eplFullNamePropertyList with new full name.

    Return Value

    Returns false if a problem occurred (if a visible name cannot be evaluated) - no changes to the function-object are made in this case.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    Thrown when the page is not set.
    See Also