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
| Parameter Name | Description |
|---|---|
| pFunctionBase | Function3D or Plane 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. |