Provides access to members that return information about a RasterCatalog.
Members
Name | Description | |
---|---|---|
IsRasterDataset | Indicates if this is a RasterDataset (a special one-row RasterCatalog). | |
RasterFieldName | The name of the default Raster field. |
IRasterCatalogName.IsRasterDataset Property
Indicates if this is a RasterDataset (a special one-row RasterCatalog).
Public Property IsRasterDataset As Boolean
public bool IsRasterDataset {get; set;}
IRasterCatalogName.RasterFieldName Property
The name of the default Raster field.
Public Property RasterFieldName As String
public string RasterFieldName {get; set;}
Classes that implement IRasterCatalogName
Classes | Description |
---|