The total amount of work to be done by the processor.
[Visual Basic .NET] Public Property TotalWork As Integer
[C#] public int TotalWork {get; set;}
[C++]
HRESULT get_TotalWork(
long* pTotalWork
);
[C++]
HRESULT put_TotalWork(
long pTotalWork
);
[C++]Parameters
pTotalWork [out, retval] pTotalWork is a parameter of type long pTotalWork [in] pTotalWork is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.