This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewArcFeedback Interface > INewArcFeedback.Radius Property (ArcObjects .NET 10.4 SDK) |
The current radius of the arc.
[Visual Basic .NET] Public Property Radius As Double
[C#] public double Radius {get; set;}
[C++]
HRESULT get_Radius(
double* Radius
);
[C++]
HRESULT put_Radius(
double Radius
);
[C++]
Parameters Radius [out, retval] Radius is a parameter of type double Radius [in] Radius is a parameter of type double