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


IActionCollection2.ActionNameExists 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.ActionNameExists Method
ArcGIS Developer Help

IActionCollection2.ActionNameExists Method

Checks if an action within the collection exists with the specified name.

[Visual Basic .NET]
Public Function ActionNameExists ( _
    ByVal bstrName As String _
) As Boolean
[C#]
public bool ActionNameExists (
    string bstrName
);
[C++]
HRESULT ActionNameExists(
  BSTR bstrName
);
[C++]
Parameters
bstrName [in]

bstrName is a parameter of type BSTR

Product Availability

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

See Also

IActionCollection2 Interface