ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.QueryEnvelope Method

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

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

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

Parameters

Display [in]

  Display is a parameter of type IDisplay

Bounds [in]

  Bounds is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface