This document is archived and information here might be outdated.  Recommended version.


IPlugInDatasetHelper.Bounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetHelper Interface > IPlugInDatasetHelper.Bounds Property
ArcGIS Developer Help

IPlugInDatasetHelper.Bounds Property

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**

Product Availability

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

Description

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.

See Also

IPlugInDatasetHelper Interface