ArcObjects Library Reference (GeoDatabase)  

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