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


IRotateTracker.Display Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRotateTracker Interface > IRotateTracker.Display Property
ArcGIS Developer Help

IRotateTracker.Display Property

The display used by the tracker.

[Visual Basic .NET]
Public WriteOnly Property Display
[C#]
public void Display {set;}
[C++]
HRESULT putref_Display(
  IScreenDisplay* 
);
[C++]
Parameters
 [in]

is a parameter of type IScreenDisplay*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotateTracker Interface