ArcFM Responder Mobile Developer Guide
Hydrate Method (IMMMobileObject3)






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

Parameters

nodeTypeId
NodeId
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

IMMMobileObject3 Interface
IMMMobileObject3 Members

Send Feedback