ArcFM Desktop Developer Guide
PxSubExecute Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Contains useful references to aspects of the service process.
Parameters from configuration.
Executes the reaction.
Syntax
'Declaration
 
Protected MustOverride Function PxSubExecute( _
   ByVal actionData As PxActionData, _
   ByVal parameters() As GdbmParameter _
) As Boolean
'Usage
 
Dim instance As PxActionHandler
Dim actionData As PxActionData
Dim parameters() As GdbmParameter
Dim value As Boolean
 
value = instance.PxSubExecute(actionData, parameters)
protected abstract bool PxSubExecute( 
   PxActionData actionData,
   GdbmParameter[] parameters
)

Parameters

actionData
Contains useful references to aspects of the service process.
parameters
Parameters from configuration.
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