Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class / RenameFunction Method
Function3D which name will be changed.
Name that will be set to function and its children.
if true then describing properties of function will not be changed.

In This Topic
    RenameFunction Method
    In This Topic
    Changes the full names of the function and its children.
    Syntax

    Parameters

    pFunctionBase
    Function3D which name will be changed.
    pNewName
    Name that will be set to function and its children.
    bKeepDescribingProps
    if true then describing properties of function will not be changed.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    Remarks
    Method changes name only for given Eplan.EplApi.DataModel.E3D.Function3D and its children, not whole device. To change name of whole device use RenameDevice instead.
    See Also