ArcObjects Library Reference (Display)  

IMovePointFeedback.Start Method

Begins a move feedback of the given shape.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal Point As IPoint, _
    ByVal clickPoint As IPoint _
)
[C#]
public void Start (
    IPoint Point,
    IPoint clickPoint
);
[C++]
HRESULT Start(
  IPoint* Point,
  IPoint* clickPoint
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

clickPoint [in]

  clickPoint is a parameter of type IPoint

Product Availability

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

See Also

IMovePointFeedback Interface