The diameter of the conductor.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double Diameter { get; set; }Property Value
Double
Exceptions
| 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.
|
See Also
Reference