ArcObjects Library Reference (GeoDatabase)  

IRasterBandName.NameString Property

The name of the RasterDataset as a string.

[Visual Basic .NET]
Public Property NameString As String
[C#]
public string NameString {get; set;}
[C++]
HRESULT get_NameString(
  BSTR* RasterDatasetName
);
[C++]
HRESULT put_NameString(
  BSTR RasterDatasetName
);
[C++]

Parameters

RasterDatasetName [out, retval]   RasterDatasetName is a parameter of type BSTR RasterDatasetName [in]   RasterDatasetName is a parameter of type BSTR

Product Availability

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

See Also

IRasterBandName Interface