ArcObjects Library Reference  (TrackingAnalyst)    

IActionCollection2.ActionNameExists Method

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

[Visual Basic 6.0]
Function ActionNameExists(
    ByVal bstrName As String _
) As Boolean
[Visual Basic .NET]
Public Function ActionNameExists ( _
    ByVal bstrName As String _
) As Boolean
[C#]
public bool ActionNameExists (
    string bstrName
);
[Java]
public Boolean actionNameExists (
    String bstrName
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page