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


ITrackingEnvironment.DisplayManager Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingEnvironment Interface > ITrackingEnvironment.DisplayManager Property
ArcGIS Developer Help

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