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


IMoveImageFeedback.Start Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IMoveImageFeedback.Start Method

Starts a move.

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

Parameters Anchor [in]
Anchor is a parameter of type IPoint

Product Availability

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

See Also

IMoveImageFeedback Interface