ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.QueryBounds Method

Populates the passed in envelope with the extents of the graphic.

ERROR: Syntax information about ICachedGraphic.QueryBounds may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT QueryBounds(
  IDisplay* Display,
  IEnvelope** Bounds
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Bounds [in, out]

  Bounds is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface