ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetJobInfo.OperationName Property

The name of the mosaic dataset operation associated with this job.

[Visual Basic .NET]
Public Property OperationName As String
[C#]
public string OperationName {get; set;}
[C++]
HRESULT get_OperationName(
  BSTR* pOperationName
);
[C++]
HRESULT put_OperationName(
  BSTR pOperationName
);
[C++]

Parameters

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

Product Availability

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

See Also

IMosaicDatasetJobInfo Interface