Determines the diameter of the wire.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double WireDiameter { get; set; }Property Value
Double
The value should be positive and less than 12 inches/300 mm.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: The given value for wireDiameter is not a number
|
| ArgumentOutOfRangeException |
When setting this property: The wire diameter wireDiameter is negative or greater than 12 inches/300 mm.
|
See Also
Reference