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

    Parameters

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