| Revit 2022.1 API |
| RoutingCondition..::..Diameter Property |
| RoutingCondition Class See Also |
The diameter of the segment or fitting specified for the routing condition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public double Diameter { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Diameter As Double Get |
| Visual C++ |
|---|
public: property double Diameter { double get (); } |