This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IReshapeFeedback2 Interface > IReshapeFeedback2.SelectVertex Method (ArcObjects .NET 10.4 SDK) |
Specify a vertex to move.
[Visual Basic .NET] Public Sub SelectVertex ( _ ByVal Part As Integer, _ ByVal vertex As Integer _ )
[C#] public void SelectVertex ( int Part, int vertex );
[C++]
HRESULT SelectVertex(
long Part,
long vertex
);
[C++]
Parameters Part [in] Part is a parameter of type long vertex [in] vertex is a parameter of type long