Reenable all action using the specified layer for location trigger.
[Visual Basic 6.0] Function ReenableActionsUsingLayer(
ByVal piLayer As ILayer _
) As Boolean
[Visual Basic .NET] Public Function ReenableActionsUsingLayer ( _ ByVal piLayer As ILayer _ ) As Boolean
[C#] public bool ReenableActionsUsingLayer ( ILayer piLayer );
[Java] public Boolean reenableActionsUsingLayer ( ILayer piLayer ) throws IOException, AutomationException
[C++] HRESULT ReenableActionsUsingLayer( 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