ElectricalSettingWireMaterialTypes Property |
Note: This API is now obsolete.
Get electrical wire material types information of the project.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: 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
Getpublic:
[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 getProperty Value
WireMaterialTypeSet
See Also