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


IActionCollection.ActionCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IActionCollection.ActionCount Property

Total number of actions.

[Visual Basic .NET]
Public ReadOnly Property ActionCount As Integer
[C#]
public int ActionCount {get;}
[C++]
HRESULT get_ActionCount(
  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.

See Also

IActionCollection Interface