RenameClone(string cloneName, string cloneNewName) { if (cloneNewName != null) { PyRevitClones.RenameClone(cloneName, cloneNewName); } }