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


ICircularArc.Radius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICircularArc Interface > ICircularArc.Radius Property
ArcGIS Developer Help

ICircularArc.Radius Property

The radius.

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

 

CircularArc Radius Example

See Also

ICircularArc Interface