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