This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterBandName Interface > IRasterBandName.NameString Property (ArcObjects .NET 10.4 SDK) |
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