Changes in 2020 vs 2026 1 missing 4 changed
Flip API Versions →Missing in 2020 (only available in 2026)
Changed members
ElectricalSetting.AddWireMaterialType(String, WireMaterialType)
Became obsolete in 2026: AddWireMaterialType is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use ConductorMaterial.Create() instead.
| name | String | Name of new material type. |
| baseMaterial | WireMaterialType | Specify an existing material type which New material will be constructed based on. |
| → returns | WireMaterialType | New added wire material type object. |
ElectricalSetting.AddWireType(String, WireMaterialType, TemperatureRatingType, InsulationType, WireSize, Double, Boolean, NeutralMode, WireConduitType)
Became obsolete in 2026: AddWireType is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use WireType.Duplicate() instead.
WireMaterialType object can no longer set to the WireType, use property WireType.WireMaterial instead.
TemperatureRatingType object can no longer set to the WireType, use property WireType.TemperatureRating instead.
InsulationType object can no longer set to the WireType, use property WireType.Insulation instead.
MaxSize object can no longer set to the WireType, use property WireType.MaxSize instead.
| name | String | Name of the new wire type. |
| materialType | WireMaterialType | Wire material of new wire type. |
| temperatureRating | TemperatureRatingType | Temperature rating type information of new wire type. |
| insulation | InsulationType | Insulation of new wire type. |
| maxSize | WireSize | Max wire size of new wire type. |
| neutralMultiplier | Double | Neutral multiplier of new wire type. |
| neutralRequired | Boolean | Specify whether neutral point is required. |
| neutralMode | NeutralMode | Specify neutral mode. |
| conduit | WireConduitType | Conduit type of new wire type. |
| → returns | WireType | New added wire type object. |
ElectricalSetting.RemoveWireMaterialType(WireMaterialType)
Became obsolete in 2026: RemoveWireMaterialType is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use Document.Delete() instead.
| materialType | WireMaterialType | The wire material type to be removed. |
ElectricalSetting.WireMaterialTypes()
Became obsolete in 2026: Property WireMaterialTypes is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use ConductorMaterial.GetConductorMaterialIds() instead.
| → returns | WireMaterialTypeSet |