Update Symbol Classification for Current Drawing
- Last UpdatedMar 27, 2024
- 1 minute read
The below command updates the class names for existing shapes in the current drawing.
import 'Aveva.Diagrams'
using namespace 'Aveva.Diagrams'
!tool = object PMLDiagrams()
!tool.UpdateSymbolClasses()
Once this command is executed it updates the classes for all the existing shapes in the current drawing.