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


IConditionalActionSetup.LocationTriggerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.LocationTriggerName Property
ArcGIS Developer Help

IConditionalActionSetup.LocationTriggerName Property

Get TODO.

[Visual Basic .NET]
Public Function get_LocationTriggerName ( _
    ByVal nIndex As Integer _
) As String
[C#]
public string get_LocationTriggerName (
    int nIndex
);
[C++]
HRESULT get_LocationTriggerName(
  long nIndex,
  System.String* bstrLocationTriggerName
);
[C++]
Parameters
nIndex [in]

nIndex is a parameter of type long bstrLocationTriggerName [out, retval]
bstrLocationTriggerName is a parameter of type BSTR*

Product Availability

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

See Also

IConditionalActionSetup Interface