The conductor material of the wire type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public ElementId WireMaterial { get; set; }
Property Value
ElementIdExceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The id is not a conductor material id nor invalidElementId. |
| ArgumentNullException | When setting this property: A non-optional argument was null |
