Provides access to members that maintain name information about a raster dataset.
Members
Name | Description | |
---|---|---|
NameString | The name of the RasterDataset as a string. | |
RasterDatasetName | The name of the RasterDataset. |
IRasterBandName.NameString Property
The name of the RasterDataset as a string.
Public Property NameString As String
public string NameString {get; set;}
IRasterBandName.RasterDatasetName Property
The name of the RasterDataset.
Public Property RasterDatasetName As IDatasetName
public IDatasetName RasterDatasetName {get; set;}
Classes that implement IRasterBandName
Classes | Description |
---|---|
RasterBandName | A container for name information about a raster band. |