ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionSetup.LocationTrigger Property

Get TODO.

[Visual Basic .NET]
Public Function get_LocationTrigger ( _
    ByVal nIndex As Integer _
) As ILocationTrigger
[C#]
public ILocationTrigger get_LocationTrigger (
    int nIndex
);
[C++]
HRESULT get_LocationTrigger(
  long nIndex,
  ILocationTrigger** ippLocationTrigge
);
[C++]

Parameters

nIndex [in]   nIndex is a parameter of type long ippLocationTrigge [out, retval]

  ippLocationTrigge is a parameter of type ILocationTrigger

Product Availability

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

See Also

IConditionalActionSetup Interface