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


IConditionalActionSetup.LocationTriggerDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionSetup.LocationTriggerDescription Property

Get TODO.

[Visual Basic .NET]
Public Function get_LocationTriggerDescription ( _
    ByVal nIndex As Integer _
) As String
[C#]
public string get_LocationTriggerDescription (
    int nIndex
);
[C++]
HRESULT get_LocationTriggerDescription(
  long nIndex,
  BSTR* bstrLocationTriggerDesc
);
[C++]

Parameters nIndex [in] nIndex is a parameter of type long bstrLocationTriggerDesc [out, retval] bstrLocationTriggerDesc 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