Start the modify arc feedback.
[Visual Basic .NET] Public Sub Start ( _ ByVal Arc As ICircularArc, _ ByVal Point As IPoint _ )
[C#] public void Start ( ICircularArc Arc, IPoint Point );
[C++]
HRESULT Start(
ICircularArc* Arc,
IPoint* Point
);
[C++]Parameters
Arc [in]Arc is a parameter of type ICircularArc
PointPoint is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.