This document is archived and information here might be outdated.  Recommended version.


INewArcFeedback.Radius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewArcFeedback Interface > INewArcFeedback.Radius Property
ArcGIS Developer Help

INewArcFeedback.Radius Property

The current radius of the arc.

[Visual Basic .NET]
Public Property Radius As Double
[C#]
public double Radius {get; set;}
[C++]
HRESULT get_Radius(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INewArcFeedback Interface