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


IOperationProgress.ObjectCount Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IOperationProgress.ObjectCount Property

The number of objects in an operation.

[Visual Basic .NET]
Public WriteOnly Property ObjectCount
[C#]
public void ObjectCount {set;}
[C++]
HRESULT put_ObjectCount(
  long 
);
[C++]

Parameters [in]
is a parameter of type long

Product Availability

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

See Also

IOperationProgress Interface