IWCSBoundingBoxInfo Interface
Provides access to IWCSBoundingBoxInfo information.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
![]() |
BoundingBox | The bounding extent of the coverage data. |
![]() |
CRS | CRS name of of this bounding box. |
IWCSBoundingBoxInfo.BoundingBox Property
The bounding extent of the coverage data.
Public ReadOnly Property BoundingBox As IEnvelope
public IEnvelope BoundingBox {get;}
IWCSBoundingBoxInfo.CRS Property
CRS name of of this bounding box.
Public ReadOnly Property CRS As String
public string CRS {get;}
Classes that implement IWCSBoundingBoxInfo
Classes | Description |
---|