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


ISelectionTracker.Bounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.Bounds Property
ArcGIS Developer Help

ISelectionTracker.Bounds Property

The area covered by the tracker including handles.

[Visual Basic .NET]
Public Function get_Bounds ( _
    ByVal Display As IDisplay _
) As IEnvelope
[C#]
public IEnvelope get_Bounds (
    IDisplay Display
);
[C++]
HRESULT get_Bounds(
  IDisplay* Display,
  IEnvelope** Bounds
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* Bounds [out, retval]
Bounds is a parameter of type IEnvelope**

Product Availability

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

See Also

ISelectionTracker Interface