ArcFM Responder Mobile Developer Guide
NodeLocked Method (IMMPxApplicationEx2)






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

Parameters

NodeId
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

IMMPxApplicationEx2 Interface
IMMPxApplicationEx2 Members

Send Feedback