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.