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