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