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

In This Topic
    SetFullNameAndAdjustVisibleName(Page,FunctionBase,UniversalPropertyList) Method
    In This Topic
    Sets the page and 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( 
       Page pPage,
       FunctionBase pFunctionBase,
       UniversalPropertyList eplFullName
    )
    public:
    bool SetFullNameAndAdjustVisibleName( 
       Page^ pPage,
       FunctionBase^ pFunctionBase,
       UniversalPropertyList^ eplFullName
    ) 

    Parameters

    Parameter NameDescription
    pPagePage to set.
    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.
    See Also