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.ActionNameExists Method (ArcObjects .NET 10.5 SDK) |
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