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


IActionCollection.DisableActionsUsingLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActionCollection Interface > IActionCollection.DisableActionsUsingLayer Method
ArcGIS Developer Help

IActionCollection.DisableActionsUsingLayer Method

Disables all action using the specified layer for location trigger.

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

piLayer is a parameter of type ILayer*

Product Availability

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

See Also

IActionCollection Interface