ArcFM Desktop Developer Guide
TransitionEnabled Method (IMMPxApplication)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Transition name as String
IMMPxState
Allows a programmer to check if a specific transition is enabled or available given the currently selected node and the user's roles. The Process Framework task/subtask framework has made this method obsolete.
Syntax
'Declaration
 
Function TransitionEnabled( _
   ByVal sTransitionName As String, _
   ByVal State As IMMPxState _
) As Boolean
'Usage
 
Dim instance As IMMPxApplication
Dim sTransitionName As String
Dim State As IMMPxState
Dim value As Boolean
 
value = instance.TransitionEnabled(sTransitionName, State)
bool TransitionEnabled( 
   string sTransitionName,
   IMMPxState State
)

Parameters

sTransitionName
Transition name as String
State
IMMPxState

Return Value

Boolean value indicating whether the transition is enabled (True=Enabled, False=Disabled)
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

IMMPxApplication Interface
IMMPxApplication Members

 

 


Send Comment