Defines the radius of this circular arc to be the distance from the arc's center point to the input point; other properties remain unchanged.
[Visual Basic .NET] Public Sub PutRadiusByPoint ( _ ByVal radialPoint As IPoint _ )
[C#] public void PutRadiusByPoint ( IPoint radialPoint );
[C++]
HRESULT PutRadiusByPoint(
IPoint* radialPoint
);
[C++]Parameters
radialPointradialPoint is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
PutRadiusByPoint sets the Radius of the Circular Arc to be the distance between the Center Point and the input Point. This has the same effect as setting the Radius using the Radius property of the Circular Arc.
Remarks