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


ICircularArc.Radius Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ICircularArc.Radius Property

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

 

CircularArc Radius Example

See Also

ICircularArc Interface

.NET Related Topics

How to use some basic properties and methods on ICircularArc