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


IConditionalAction2.TriggerLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction2 Interface > IConditionalAction2.TriggerLayer Property
ArcGIS Developer Help

IConditionalAction2.TriggerLayer Property

Layer containing location test polygons.

[Visual Basic .NET]
Public Property TriggerLayer As ILayer
[C#]
public ILayer TriggerLayer {get; set;}
[C++]
HRESULT get_TriggerLayer(
  ILayer** pVal
);
[C++]
HRESULT putref_TriggerLayer(
  ILayer* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type ILayer** pVal [in]
pVal is a parameter of type ILayer*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConditionalAction2 Interface