ArcFM Desktop Developer Guide
Init Method (IMMPxNodeHistory)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

_Connection
String
Long
Long
String
Method checks that everything is in place to write history records. Input parameters are a connection, a schema string, a node ID (as long), a node type ID (as long) and an optional where clause (as string).
Syntax
'Declaration
 
Function Init( _
   ByVal pConn As ADODB.Connection, _
   ByVal sSchema As String, _
   ByVal NodeId As Integer, _
   ByVal nodeTypeId As Integer, _
   Optional ByVal sWhereClause As String _
) As Boolean
'Usage
 
Dim instance As IMMPxNodeHistory
Dim pConn As ADODB.Connection
Dim sSchema As String
Dim NodeId As Integer
Dim nodeTypeId As Integer
Dim sWhereClause As String
Dim value As Boolean
 
value = instance.Init(pConn, sSchema, NodeId, nodeTypeId, sWhereClause)
bool Init( 
   ADODB.Connection pConn,
   string sSchema,
   int NodeId,
   int nodeTypeId,
   string sWhereClause
)

Parameters

pConn
_Connection
sSchema
String
NodeId
Long
nodeTypeId
Long
sWhereClause
String

Return Value

Boolean
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxNodeHistory Interface
IMMPxNodeHistory Members

 

 


Send Comment