Revit 2026 API
Electrical |
Note: This API is now obsolete.
Get electrical wire material types information of the project.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
[ObsoleteAttribute("Property WireMaterialTypes is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use ConductorMaterial.GetConductorMaterialIds() instead.")] public WireMaterialTypeSet WireMaterialTypes { get; }
<ObsoleteAttribute("Property WireMaterialTypes is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use ConductorMaterial.GetConductorMaterialIds() instead.")> Public ReadOnly Property WireMaterialTypes As WireMaterialTypeSet Get
public: [ObsoleteAttribute(L"Property WireMaterialTypes is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use ConductorMaterial.GetConductorMaterialIds() instead.")] property WireMaterialTypeSet^ WireMaterialTypes { WireMaterialTypeSet^ get (); }
[<ObsoleteAttribute("Property WireMaterialTypes is deprecated in Revit 2026 and will be removed in a future version of Revit. Please use ConductorMaterial.GetConductorMaterialIds() instead.")>] member WireMaterialTypes : WireMaterialTypeSet with get
Property Value
WireMaterialTypeSetSee Also