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


ILineMovePointFeedback.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineMovePointFeedback Interface > ILineMovePointFeedback.Start Method
ArcGIS Developer Help

ILineMovePointFeedback.Start Method

Begins a move point feedback of the given shape. PointIndex is a zero based index into the polyline.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal polyline As IPolyline, _
    ByVal pointIndex As Integer, _
    ByVal Point As IPoint _
)
[C#]
public void Start (
    IPolyline polyline,
    int pointIndex,
    IPoint Point
);
[C++]
HRESULT Start(
  IPolyline* polyline,
  long pointIndex,
  IPoint* Point
);
[C++]
Parameters
polyline [in]

polyline is a parameter of type IPolyline* pointIndex [in]
pointIndex is a parameter of type long Point [in]
Point is a parameter of type IPoint*

Product Availability

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

See Also

ILineMovePointFeedback Interface