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


IActionCollection2.ReenableActionsUsingLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionCollection2 Interface > IActionCollection2.ReenableActionsUsingLayer Method
ArcGIS Developer Help

IActionCollection2.ReenableActionsUsingLayer Method

Reenable all action using the specified layer for location trigger.

[Visual Basic .NET]
Public Function ReenableActionsUsingLayer ( _
    ByVal piLayer As ILayer _
) As Boolean
[C#]
public bool ReenableActionsUsingLayer (
    ILayer piLayer
);
[C++]
HRESULT ReenableActionsUsingLayer(
  ILayer* piLayer
);
[C++]
Parameters
piLayer [in]

piLayer is a parameter of type ILayer*

Product Availability

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

See Also

IActionCollection2 Interface