ArcObjects Library Reference (Carto)  

IElementEditVertices.GetMoveVerticesSelectionTracker Method

Selection tracker to move points used by this element.

[Visual Basic .NET]
Public Function GetMoveVerticesSelectionTracker ( _
) As ISelectionTracker
[C#]
public ISelectionTracker GetMoveVerticesSelectionTracker (
);
[C++]
HRESULT GetMoveVerticesSelectionTracker(
  ISelectionTracker** tracker
);
[C++]

Parameters

tracker [out, retval]

  tracker is a parameter of type ISelectionTracker

Product Availability

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

Remarks

GetMoveVerticesSelection returns the ISelectionTracker being used to edit the vertices of the graphic element.  This method is unaffected by the MovingVertices flag. The selection tracker returned will always be the appropriate one to use for moving the vertex points of this object.  The MovingVertices property is independent and just tells get_SelectionTracker to either hand out the normal selection tracker or forward the call on to GetMoveVerticesSelectionTracker.

See Also

IElementEditVertices Interface