ArcFM Responder Mobile Developer Guide
Enabled Method (IMMPxSubtask)






Syntax
'Declaration
 
Function Enabled( _
   ByVal pPxNode As IMMPxNode _
) As System.Boolean
'Usage
 
Dim instance As IMMPxSubtask
Dim pPxNode As IMMPxNode
Dim value As System.Boolean
 
value = instance.Enabled(pPxNode)
System.bool Enabled( 
   IMMPxNode pPxNode
)
function Enabled( 
    pPxNode: IMMPxNode
): System.Boolean; 
function Enabled( 
   pPxNode : IMMPxNode
) : System.boolean;
System.bool Enabled( 
   IMMPxNode* pPxNode
) 
System.bool Enabled( 
   IMMPxNode^ pPxNode
) 

Parameters

pPxNode
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

IMMPxSubtask Interface
IMMPxSubtask Members

Send Feedback