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


IERasterStatus.UpdateTaskName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IERasterStatus.UpdateTaskName Method

Raster Engine has started a different subtask.

[Visual Basic .NET]
Public Sub UpdateTaskName ( _
    ByVal new_task As String _
)
[C#]
public void UpdateTaskName (
    string new_task
);
[C++]
HRESULT UpdateTaskName(
  BSTR new_task
);
[C++]

Parameters new_task [in] new_task is a parameter of type BSTR

Product Availability

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

See Also

IERasterStatus Interface