ArcFM Solution Developer Guide
ControlSafeInvokeBooleanOR Method


A specialization of ControlSafeInvoke for events with boolean return types, looking for any of the subscribers to return true.
Syntax
'Declaration
 
Public Shared Function ControlSafeInvokeBooleanOR( _
   ByVal multicast As System.MulticastDelegate, _
   ByVal ParamArray args() As System.Object _
) As System.Boolean
'Usage
 
Dim multicast As System.MulticastDelegate
Dim args() As System.Object
Dim value As System.Boolean
 
value = ArcMapUtilities.ControlSafeInvokeBooleanOR(multicast, args)
public static System.bool ControlSafeInvokeBooleanOR( 
   System.MulticastDelegate multicast,
   params System.object[] args
)

Parameters

multicast
args

Return Value

True if any of the
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ArcMapUtilities Class
ArcMapUtilities Members

 

 


Send Comment