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


IConditionalActionSetup.TriggerLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionSetup.TriggerLayer Property

Get TODO.

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

Parameters nIndex [in] nIndex is a parameter of type long ippTriggerLayer [out, retval]
ippTriggerLayer is a parameter of type ILayer

Product Availability

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

See Also

IConditionalActionSetup Interface