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


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

IMovePolygonFeedback.Start Method

Begins a move feedback of the given shape.

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

polygon is a parameter of type IPolygon* Point [in]
Point is a parameter of type IPoint*

Product Availability

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

See Also

IMovePolygonFeedback Interface