This document is archived and information here might be outdated. Recommended version. |
The extent of the dataset.
[Visual Basic .NET] Public ReadOnly Property Bounds As IEnvelope
[C#] public IEnvelope Bounds {get;}
[C++]
HRESULT get_Bounds(
IEnvelope** Bounds
);
[C++] Parameters Bounds [out, retval]
Bounds is a parameter of type IEnvelope**
Gets an envelope which is the full extent of the data in the dataset. The spatial reference property on the envelope must be set. All feature classes in a feature dataset share the same bounds and spatial reference.