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


IModifyCircularArcFeedback.Start Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IModifyCircularArcFeedback.Start Method

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 Point
Point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IModifyCircularArcFeedback Interface