This document is archived and information here might be outdated.  Recommended version.


IRasterBandName.NameString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterBandName Interface > IRasterBandName.NameString Property
ArcGIS Developer Help

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(
  System.String* RasterDatasetName
);
[C++]
Parameters
RasterDatasetName [in]

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

Product Availability

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

See Also

IRasterBandName Interface