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


IMovePointFeedback2.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 > IMovePointFeedback2 Interface > IMovePointFeedback2.Start Method
ArcGIS Developer Help

IMovePointFeedback2.Start Method

Start the feedback.

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

Geometry is a parameter of type IGeometry* Point
Point is a parameter of type IPoint*

Product Availability

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

See Also

IMovePointFeedback2 Interface