API Help
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 occured (if a visible name cannot be evaluated) - no changes to the function-object have been made then.
    Syntax
    public bool SetFullNameAndAdjustVisibleName( 
       FunctionBase pFunctionBase,
       UniversalPropertyList eplFullName
    )
    public:
    bool SetFullNameAndAdjustVisibleName( 
       FunctionBase^ pFunctionBase,
       UniversalPropertyList^ eplFullName
    ) 

    Parameters

    pFunctionBase
    Function for which the name is set.
    eplFullName
    PropertyList with new full name.

    Return Value

    Returns false, if a problem occured (if a visible name cannot be evaluated) - no changes to the function-object have been made then.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    When page is not set.
    See Also