ArcFM Engine Developer Guide
Enabled Method (ActionHandler)


Associate the action handler with the events that it is designed to handle.
Syntax
'Declaration
 
Public MustOverride Function Enabled( _
   ByVal actionType As ActionType, _
   ByVal gdbmAction As Actions, _
   ByVal versionType As PostVersionType _
) As Boolean
'Usage
 
Dim instance As ActionHandler
Dim actionType As ActionType
Dim gdbmAction As Actions
Dim versionType As PostVersionType
Dim value As Boolean
 
value = instance.Enabled(actionType, gdbmAction, versionType)
public abstract bool Enabled( 
   ActionType actionType,
   Actions gdbmAction,
   PostVersionType versionType
)

Parameters

actionType
gdbmAction
versionType
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

ActionHandler Class
ActionHandler Members

 

 


Send Comment