The radius.
[Visual Basic .NET] Public Property Radius As Double
[C#] public double Radius {get; set;}
[C++]
HRESULT get_Radius(
double* outRadius
);
[C++]
HRESULT put_Radius(
double outRadius
);
[C++]Parameters
outRadius [out, retval] outRadius is a parameter of type double outRadius outRadius is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The radius is the distance from the Center of the circle to the arc. This property can be used to query the current radius of the circular arc or assign a new radius which changes the location of the From and To Points of the Circular Arc, but maintains the From Angle, Central Angle, and Orientation.
Remarks