ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.Description Property

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

Product Availability

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

See Also

IRasterTypeProperties Interface