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


IReferenceSystem.QueryBounds Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IReferenceSystem Interface > IReferenceSystem.QueryBounds Method
ArcGIS Developer Help

IReferenceSystem.QueryBounds Method

The extent of the reference system in page space.

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

pDisplay is a parameter of type IDisplay* pMapFrame [in]
pMapFrame 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

IReferenceSystem Interface