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


IRasterTypeProperties.OperationDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.OperationDescription Property
ArcGIS Developer Help

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(
  System.String* pOperationDescription
);
[C++]
Parameters
pOperationDescription [in]

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

Product Availability

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

See Also

IRasterTypeProperties Interface