This document is archived and information here might be outdated. Recommended version. |
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*