Represents information that is captured during the current asynchronous tracking session.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public sealed class TrackingInfo
Visual Basic (Declaration)
Public NotInheritable Class TrackingInfo

Remarks

TrackingInfo contains information about the current asynchronous tracking session. An instance of TrackingInfo is passed to a TrackDelegate- a method that handles asynchronous tracking events. Use TrackingInfo to determine what action the user has performed, obtain a tracked geometry and the cursor position.

Inheritance Hierarchy

System..::.Object

  ESRI.ArcGISExplorer.Mapping..::.TrackingInfo

See Also