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