This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetHelper Interface > IPlugInDatasetHelper.Bounds Property (ArcObjects .NET 10.5 SDK) |
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.