ArcFM Engine Developer Guide
Process Method (IHandler)


Syntax
'Declaration
 
Function Process( _
   ByVal scope As Object _
) As Object
'Usage
 
Dim instance As IHandler
Dim scope As Object
Dim value As Object
 
value = instance.Process(scope)
object Process( 
   object scope
)

Parameters

scope
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

IHandler Interface
IHandler Members

 

 


Send Comment