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


IElementEditCallout.GetMoveTextSelectionTracker Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementEditCallout Interface > IElementEditCallout.GetMoveTextSelectionTracker Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IElementEditCallout Interface