API Help
Eplan.EplApi.HEServices Namespace / NameService Class / RenameDevice Method / RenameDevice(Function,FunctionBasePropertyList,Boolean,Boolean) Method
Function from device which name will be changed.
Name that will be set to functions of device.
If true then connection of this device (example: wires of cable) also will be renamed.
IF true then describing properties of functions will not be changed.

RenameDevice(Function,FunctionBasePropertyList,Boolean,Boolean) Method
Rename all functions of device.
Syntax

Parameters

pFunction
Function from device which name will be changed.
pNewName
Name that will be set to functions of device.
bRenameCDPsAlso
If true then connection of this device (example: wires of cable) also will be renamed.
bKeepDescribingProps
IF true then describing properties of functions will not be changed.
Exceptions
ExceptionDescription
Invalid parameters were found.
Null was passed to a parameter.
See Also