ArcFM Responder Mobile Developer Guide
Create Method (IMMMobileObject)






Syntax
'Declaration
 
Function Create( _
   ByVal nodeTypeId As System.Integer, _
   ByVal NodeId As System.Integer, _
   ByRef sPacketId As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMMobileObject
Dim nodeTypeId As System.Integer
Dim NodeId As System.Integer
Dim sPacketId As System.String
Dim value As System.Boolean
 
value = instance.Create(nodeTypeId, NodeId, sPacketId)
System.bool Create( 
   System.int nodeTypeId,
   System.int NodeId,
   ref System.string sPacketId
)
function Create( 
    nodeTypeId: System.Integer;
    NodeId: System.Integer;
   var  sPacketId: System.String
): System.Boolean; 
function Create( 
   nodeTypeId : System.int,
   NodeId : System.int,
   sPacketId : System.String
) : System.boolean;
System.bool Create( 
   System.int nodeTypeId,
   System.int NodeId,
   ref System.string* sPacketId
) 
System.bool Create( 
   System.int nodeTypeId,
   System.int NodeId,
   System.String^% sPacketId
) 

Parameters

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

IMMMobileObject Interface
IMMMobileObject Members

Send Feedback