ArcFM Responder Mobile Developer Guide
Init Method (IMMPxNodeHistory)






Syntax
'Declaration
 
Function Init( _
   ByVal pConn As ADODB.Connection, _
   ByVal sSchema As System.String, _
   ByVal NodeId As System.Integer, _
   ByVal nodeTypeId As System.Integer, _
   Optional ByVal sWhereClause As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMPxNodeHistory
Dim pConn As ADODB.Connection
Dim sSchema As System.String
Dim NodeId As System.Integer
Dim nodeTypeId As System.Integer
Dim sWhereClause As System.String
Dim value As System.Boolean
 
value = instance.Init(pConn, sSchema, NodeId, nodeTypeId, sWhereClause)
System.bool Init( 
   ADODB.Connection pConn,
   System.string sSchema,
   System.int NodeId,
   System.int nodeTypeId,
   System.string sWhereClause
)
function Init( 
    pConn: ADODB.Connection;
    sSchema: System.String;
    NodeId: System.Integer;
    nodeTypeId: System.Integer;
    sWhereClause: System.String
): System.Boolean; 
function Init( 
   pConn : ADODB.Connection,
   sSchema : System.String,
   NodeId : System.int,
   nodeTypeId : System.int,
   sWhereClause : System.String
) : System.boolean;
System.bool Init( 
   ADODB.Connection* pConn,
   System.string* sSchema,
   System.int NodeId,
   System.int nodeTypeId,
   System.string* sWhereClause
) 
System.bool Init( 
   ADODB.Connection^ pConn,
   System.String^ sSchema,
   System.int NodeId,
   System.int nodeTypeId,
   System.String^ sWhereClause
) 

Parameters

pConn
sSchema
NodeId
nodeTypeId
sWhereClause
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

IMMPxNodeHistory Interface
IMMPxNodeHistory Members

Send Feedback