ArcObjects Library Reference (Carto)  

IElementEditCallout.GetMoveTextSelectionTracker Method

Returns the selection tracker to move the text used by this element.

[Visual Basic .NET]
Public Function GetMoveTextSelectionTracker ( _
) As ISelectionTracker
[C#]
public ISelectionTracker GetMoveTextSelectionTracker (
);
[C++]
HRESULT GetMoveTextSelectionTracker(
  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.

See Also

IElementEditCallout Interface