ArcFM Responder Mobile Developer Guide
StateEnabled Method (IMMPxApplication)






Syntax
'Declaration
 
Function StateEnabled( _
   ByVal StateID As System.Integer, _
   ByVal nodeTypeId As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As IMMPxApplication
Dim StateID As System.Integer
Dim nodeTypeId As System.Integer
Dim value As System.Boolean
 
value = instance.StateEnabled(StateID, nodeTypeId)
System.bool StateEnabled( 
   System.int StateID,
   System.int nodeTypeId
)
function StateEnabled( 
    StateID: System.Integer;
    nodeTypeId: System.Integer
): System.Boolean; 
function StateEnabled( 
   StateID : System.int,
   nodeTypeId : System.int
) : System.boolean;
System.bool StateEnabled( 
   System.int StateID,
   System.int nodeTypeId
) 
System.bool StateEnabled( 
   System.int StateID,
   System.int nodeTypeId
) 

Parameters

StateID
nodeTypeId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxApplication Interface
IMMPxApplication Members

Send Feedback