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


IActionCollection2.ActionNameExists Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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,
  VARIANT_BOOL* bNameExists
);
[C++]

Parameters bstrName [in] bstrName is a parameter of type BSTR bNameExists [out, retval] bNameExists is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IActionCollection2 Interface