ArcFM Responder Mobile Developer Guide
IMMMobileObject3_Create Method






Syntax
'Declaration
 
Public Overridable Function IMMMobileObject3_Create( _
   ByVal nodeTypeId As System.Integer, _
   ByVal NodeId As System.Integer, _
   ByRef sPacketId As System.String _
) As System.Boolean
'Usage
 
Dim instance As clsMobileClass
Dim nodeTypeId As System.Integer
Dim NodeId As System.Integer
Dim sPacketId As System.String
Dim value As System.Boolean
 
value = instance.IMMMobileObject3_Create(nodeTypeId, NodeId, sPacketId)
public virtual System.bool IMMMobileObject3_Create( 
   System.int nodeTypeId,
   System.int NodeId,
   ref System.string sPacketId
)
public function IMMMobileObject3_Create( 
    nodeTypeId: System.Integer;
    NodeId: System.Integer;
   var  sPacketId: System.String
): System.Boolean; virtual; 
public function IMMMobileObject3_Create( 
   nodeTypeId : System.int,
   NodeId : System.int,
   sPacketId : System.String
) : System.boolean;
public: virtual System.bool IMMMobileObject3_Create( 
   System.int nodeTypeId,
   System.int NodeId,
   ref System.string* sPacketId
) 
public:
virtual System.bool IMMMobileObject3_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

clsMobileClass Class
clsMobileClass Members

Send Feedback