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


IActionCollection2.Find Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionCollection2 Interface > IActionCollection2.Find Method
ArcGIS Developer Help

IActionCollection2.Find Method

Finds an action within the collection.

[Visual Basic .NET]
Public Function Find ( _
    ByVal piAction As IAction _
) As Integer
[C#]
public int Find (
    IAction piAction
);
[C++]
HRESULT Find(
  IAction* piAction
);
[C++]
Parameters
piAction [in]

piAction is a parameter of type IAction*

Product Availability

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

See Also

IActionCollection2 Interface