The diameter of the conductor.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double Diameter { get; set; }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The given value for diameter is not finite -or- When setting this property: The given value for diameter is not a number |
| ArgumentOutOfRangeException | When setting this property: The given value for diameter must be non-negative. |
