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