ArcFM Engine Developer Guide
SubExecute Method (PxActionHandler)


Overrides the ActionHandler's SubExecute method, creates PxActionData and calls the PxSubExecute method, implemented by the derived class.
Syntax
'Declaration
 
Protected Overrides Function SubExecute( _
   ByVal actionData As ActionData, _
   ByVal parameters() As GdbmParameter _
) As Boolean
'Usage
 
Dim instance As PxActionHandler
Dim actionData As ActionData
Dim parameters() As GdbmParameter
Dim value As Boolean
 
value = instance.SubExecute(actionData, parameters)
protected override bool SubExecute( 
   ActionData actionData,
   GdbmParameter[] parameters
)

Parameters

actionData
parameters
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

PxActionHandler Class
PxActionHandler Members

 

 


Send Comment