Share

ConductorSize.Diameter Property

The diameter of the conductor.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double Diameter { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
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

Was this information helpful?