ArcObjects Library Reference (Carto)  

IGraphicFeatureLayer.SpatialExtent Property

The spatial extent of the layer.

[Visual Basic .NET]
Public ReadOnly Property SpatialExtent As IEnvelope
[C#]
public IEnvelope SpatialExtent {get;}
[C++]
HRESULT get_SpatialExtent(
  IEnvelope** Extent
);
[C++]

Parameters

Extent [out, retval]

  Extent is a parameter of type IEnvelope

Product Availability

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

See Also

IGraphicFeatureLayer Interface