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


IMBProgressor.ProcessCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMBProgressor Interface > IMBProgressor.ProcessCount Property
ArcGIS Developer Help

IMBProgressor.ProcessCount Property

The number of processes to be executed.

[Visual Basic .NET]
Public Property ProcessCount As Integer
[C#]
public int ProcessCount {get; set;}
[C++]
HRESULT get_ProcessCount(
  System.Int32* Count
);
[C++]
HRESULT put_ProcessCount(
  long Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long* Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IMBProgressor Interface