ArcFM Solution Developer Guide
Invoke(Delegate,Object[]) Method


Syntax
'Declaration
 
Public Overloads Function Invoke( _
   ByVal method As System.Delegate, _
   ByVal ParamArray args() As System.Object _
) As System.Object
'Usage
 
Dim instance As DiagramsPropertyPage
Dim method As System.Delegate
Dim args() As System.Object
Dim value As System.Object
 
value = instance.Invoke(method, args)
public System.object Invoke( 
   System.Delegate method,
   params System.object[] args
)

Parameters

method
args
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

DiagramsPropertyPage Class
DiagramsPropertyPage Members
Overload List

 

 


Send Comment