This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStretchLineFeedback Interface > IStretchLineFeedback.Start Method (ArcObjects .NET 10.4 SDK) |
Begins a move of the given shape (a polyline).
[Visual Basic .NET] Public Sub Start ( _ ByVal polyline As IPolyline, _ ByVal Point As IPoint _ )
[C#] public void Start ( IPolyline polyline, IPoint Point );
[C++]
HRESULT Start(
IPolyline* polyline,
IPoint* Point
);
[C++]
Parameters polyline [in]
polyline is a parameter of type IPolyline Point [in]
Point is a parameter of type IPoint