This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.Description Property (ArcObjects .NET 10.4 SDK) |
Description of the raster type.
[Visual Basic .NET] Public Property Description As String
[C#] public string Description {get; set;}
[C++]
HRESULT get_Description(
BSTR* pRasterTypeDescription
);
[C++]
HRESULT put_Description(
BSTR pRasterTypeDescription
);
[C++]
Parameters pRasterTypeDescription [out, retval] pRasterTypeDescription is a parameter of type BSTR pRasterTypeDescription [in] pRasterTypeDescription is a parameter of type BSTR