This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineMovePointFeedback Interface > ILineMovePointFeedback.Start Method (ArcObjects .NET 10.5 SDK) |
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