Set radius of an Angular Dimension arc.
The new radius of the arc.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetAngularRadius( double radius )
Parameters
- radius Double
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given value for radius must be non-negative. |