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


ITrackingDisplay.ScreenDisplay Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingDisplay.ScreenDisplay Property

The Screen display object associated with a Map Control or ArcMap.

[Visual Basic .NET]
Public ReadOnly Property ScreenDisplay As IScreenDisplay
[C#]
public IScreenDisplay ScreenDisplay {get;}
[C++]
HRESULT get_ScreenDisplay(
  IScreenDisplay** ppiScreenDisplay
);
[C++]

Parameters ppiScreenDisplay [out, retval]
ppiScreenDisplay is a parameter of type IScreenDisplay

Product Availability

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

See Also

ITrackingDisplay Interface