ArcObjects Library Reference (Carto)  

IActionCollection.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,
  Long* pnIndex
);
[C++]

Parameters

piAction [in]

  piAction is a parameter of type IAction

pnIndex [out, retval]   pnIndex is a parameter of type Long

Product Availability

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

See Also

IActionCollection Interface