AddWireType
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2021).
Not present in: 2027
2021
current
ElectricalSetting.AddWireType(String, WireMaterialType, TemperatureRatingType, InsulationType, WireSize, Double, Boolean, NeutralMode, WireConduitType)
No longer obsolete in 2021 (was obsolete in 2026)
| 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. |