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


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

IMoveLineFeedback.Start Method

Begins a move feedback of the given shape.

[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*

Product Availability

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

See Also

IMoveLineFeedback Interface