Changes in 2020 vs 2025 6 missing 4 changed
Flip API Versions →Missing in 2020 (only available in 2025)
Changed members
ElectricalSystem.AddToCircuit(ElementSet)
| components | ElementSet | The components added to the electrical system. |
| → returns | nullNothingnullptr→Boolean | If successful, all the components will add to the system. Otherwise is returned. |
ElectricalSystem.Create(Connector, ElectricalSystemType)
| connector | Connector | The Connector to create this Electrical System. |
| elecSysType | ElectricalSystemType | The System Type of electrical system. |
| → returns | nullNothingnullptr→ElectricalSystem | If successful a new MEP Electrical System element within the project, otherwise . |
ElectricalSystem.Create(Document, IList<ElementId>, ElectricalSystemType)
| document | Document | The Document. |
| electComponents | IList<ElementId> | The electrical components in this system. |
| elecSysType | ElectricalSystemType | The System Type of electrical system. |
| → returns | nullNothingnullptr→ElectricalSystem | If successful a new MEP Electrical System element within the project, otherwise . |
ElectricalSystem.NewWires(View, WiringType)
| view | View | The view in which the wire is to be visible. |
| wiringType | WiringType | Specify the wiring type (Arc or Chamfer) that is to be applied to all newly created wires. |
| → returns | New created wires→WireSet | New created wires |