Defines the coclass for the TAExtension implementation.
The TAExtension object is a central point that loads the tracking environment, initializes the tracking analyst extension, and provides a common framework in which the tracking analyst components can have knowledge about the temporal environment in which they operate.
| Interfaces | Description |
|---|---|
| IExtension (esriSystem) | Provides access to members that define an extension. |
| IExtensionConfig (esriSystem) | Provides access to members that describe an extension. |
| ITemporalGraphs | Provides properties and methods needed to manage temporal graphs for the data clock. |
| ITrackingEnvironment | Provides access to properties and methods used to control the tracking analyst extension. |
This extension is dependent on the existence of a helper extension ("TrackingEngineUtil").
When loading the extension with code load the TrackingEngineUtil extension first.