This document is archived and information here might be outdated.  Recommended version.


IRasterTypeProperties.OperationDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.OperationDescription Property

A user-identifiable description of the collection of items added by this raster type instance.

[Visual Basic .NET]
Public Property OperationDescription As String
[C#]
public string OperationDescription {get; set;}
[C++]
HRESULT get_OperationDescription(
  BSTR* pOperationDescription
);
[C++]
HRESULT put_OperationDescription(
  BSTR pOperationDescription
);
[C++]

Parameters pOperationDescription [out, retval] pOperationDescription is a parameter of type BSTR pOperationDescription [in] pOperationDescription is a parameter of type BSTR

Product Availability

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

See Also

IRasterTypeProperties Interface