Disables all action using the specified layer for location trigger.
[Visual Basic 6.0] Function DisableActionsUsingLayer(
ByVal piLayer As ILayer _
) As Boolean
[Visual Basic .NET] Public Function DisableActionsUsingLayer ( _ ByVal piLayer As ILayer _ ) As Boolean
[C#] public bool DisableActionsUsingLayer ( ILayer piLayer );
[Java] public Boolean disableActionsUsingLayer ( ILayer piLayer ) throws IOException, AutomationException
[C++] HRESULT DisableActionsUsingLayer( ILayer* piLayer, VARIANT_BOOL* bResult );
Parameters
piLayer [in]
piLayer is a parameter of type ILayer
bResult [out, retval]
bResult is a parameter of type VARIANT_BOOL