ArcObjects Library Reference (DataSourcesFile)  

ICoverage2.Extent Property

The BND file of the Coverage.

[Visual Basic .NET]
Public WriteOnly Property Extent
[C#]
public void Extent {set;}
[C++]
HRESULT put_Extent(
  IEnvelope* 
);
[C++]

Parameters

[in]

   is a parameter of type IEnvelope

Product Availability

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

See Also

ICoverage2 Interface