Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class / RenameFunction Method
Function3D or Plane 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

    Parameter NameDescription
    pFunctionBaseFunction3D or Plane which name will be changed.
    pNewNameName that will be set to function and its children.
    bKeepDescribingPropsif true then describing properties of function will not be changed.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required 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