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


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

IMovePointFeedback2.SelectVertex Method

Specify a vertex to move.

[Visual Basic .NET]
Public Sub SelectVertex ( _
    ByVal vertex As Integer _
)
[C#]
public void SelectVertex (
    int vertex
);
[C++]
HRESULT SelectVertex(
  long vertex
);
[C++]
Parameters
vertex [in]

vertex is a parameter of type long

Product Availability

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

See Also

IMovePointFeedback2 Interface