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,
VARIANT_BOOL* bResult
);
[C++]Parameters
piLayer [in]piLayer is a parameter of type ILayer
bResult [out, retval] bResult is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.