This document is archived and information here might be outdated. Recommended version. |
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
);
[C++]
Parameters Layer [in]
Layer is a parameter of type ILayer*