Name of the raster type.
[Visual Basic .NET] Public Property Name As String
[C#] public string Name {get; set;}
[C++]
HRESULT get_Name(
BSTR* pRasterTypeName
);
[C++]
HRESULT put_Name(
BSTR pRasterTypeName
);
[C++]Parameters
pRasterTypeName [out, retval] pRasterTypeName is a parameter of type BSTR pRasterTypeName [in] pRasterTypeName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.