ArcObjects Library Reference  (TrackingAnalyst)    

IActionCollection.Count Property

Number of objects in the collection.

[Visual Basic 6.0]
Property Count As Empty
[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[Java]
public int getCount()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Count(
  Long* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Description

This method returns the number of objects in the collection.

See Also

IActionCollection Interface

 


Feedback Send feedback on this page