public static void RenameDevice( IFunctionBase pFunctionBase, FunctionBasePropertyList pNewName, bool bRenameCDPsAlso, bool bKeepDescribingProps )
public: static void RenameDevice( IFunctionBase^ pFunctionBase, FunctionBasePropertyList^ pNewName, bool bRenameCDPsAlso, bool bKeepDescribingProps )
Parameters
- pFunctionBase
- Function3D 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.