ArcFM Engine 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 MulticastDelegate, _
   ByVal ParamArray args() As Object _
) As Boolean
'Usage
 
Dim multicast As MulticastDelegate
Dim args() As Object
Dim value As Boolean
 
value = ArcMapUtilities.ControlSafeInvokeBooleanOR(multicast, args)
public static bool ControlSafeInvokeBooleanOR( 
   MulticastDelegate multicast,
   params 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