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


ILocatorRectangle2.QueryBounds Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILocatorRectangle2.QueryBounds Method

Returns the bounds of the locator.

[Visual Basic .NET]
Public Sub QueryBounds ( _
    ByVal Display As IDisplay, _
    ByVal Parent As IMapFrame, _
    ByVal Bounds As IEnvelope _
)
[C#]
public void QueryBounds (
    IDisplay Display,
    IMapFrame Parent,
    IEnvelope Bounds
);
[C++]
HRESULT QueryBounds(
  IDisplay* Display,
  IMapFrame* Parent,
  IEnvelope* Bounds
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay Parent [in]
Parent is a parameter of type IMapFrame Bounds [in]
Bounds is a parameter of type IEnvelope

Product Availability

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

See Also

ILocatorRectangle2 Interface