Scope: Schematic editor
Object: ProjectData Object
Prerequisites: None
Changes the name for existing design data in the project file.
ProjectData.RenameiCDBDesign(ByVal sOldName As String, ByVal sNewName As String) As Boolean
The name of the existing design.
The new name of the design.
As Boolean. True - the design was successfully renamed. False - the design could not be renamed.