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


IBorder.QueryBounds Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBorder.QueryBounds Method

Bounding rectangle of the geometry including the area covered by the border.

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

Parameters Display [in]
Display is a parameter of type IDisplay Geometry [in]
Geometry is a parameter of type IGeometry Bounds [in]
Bounds is a parameter of type IEnvelope

Product Availability

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

See Also

IBorder Interface