Provides access to the bounding box of the in memory feature for the specified layer.
[Visual Basic .NET] Public Function GetBoundingBox ( _ ByVal Layer As ILayer _ ) As IEnvelope
[C#] public IEnvelope GetBoundingBox ( ILayer Layer );
[C++]
HRESULT GetBoundingBox(
ILayer* Layer,
IEnvelope** Envelope
);
[C++]Parameters
Layer [in]Layer is a parameter of type ILayer
Envelope [out, retval]Envelope is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.