ArcObjects Library Reference (Display)  

INewArcFeedback.Start Method

Start the feedback, for an arc with the specified from point.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal Point As IPoint _
)
[C#]
public void Start (
    IPoint Point
);
[C++]
HRESULT Start(
  IPoint* Point
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

Product Availability

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

See Also

INewArcFeedback Interface