ArcObjects Library Reference (Display)  

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(
  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