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


IPolygonMovePointFeedback.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPolygonMovePointFeedback Interface > IPolygonMovePointFeedback.Start Method
ArcGIS Developer Help

IPolygonMovePointFeedback.Start Method

Begins a move point feedback of the given shape. PointIndex is a zero based index into the polygon.

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

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

Product Availability

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

See Also

IPolygonMovePointFeedback Interface