ArcFM Desktop Developer Guide
Create Method (ActionHandlerListHandler)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Function Create( _
   ByVal parent As Object, _
   ByVal configContext As Object, _
   ByVal section As XmlNode _
) As Object
'Usage
 
Dim instance As ActionHandlerListHandler
Dim parent As Object
Dim configContext As Object
Dim section As XmlNode
Dim value As Object
 
value = instance.Create(parent, configContext, section)
public object Create( 
   object parent,
   object configContext,
   XmlNode section
)

Parameters

parent
configContext
section
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

ActionHandlerListHandler Class
ActionHandlerListHandler Members

 

 


Send Comment