This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionCollection2 Interface > IActionCollection2.Find Method (ArcObjects .NET 10.5 SDK) |
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,
Long* pnIndex
);
[C++]
Parameters piAction [in]
piAction is a parameter of type IAction pnIndex [out, retval] pnIndex is a parameter of type Long