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


ITrackingEnvironment.DisplayManager Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEnvironment.DisplayManager Property

Returns the Tracking Display Manager.

[Visual Basic .NET]
Public ReadOnly Property DisplayManager As ITAUpdateControl
[C#]
public ITAUpdateControl DisplayManager {get;}
[C++]
HRESULT get_DisplayManager(
  ITAUpdateControl** ppiTAUpdateControl
);
[C++]

Parameters ppiTAUpdateControl [out, retval]
ppiTAUpdateControl is a parameter of type ITAUpdateControl

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingEnvironment Interface