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