ArcFM Solution Developer Guide
Init Method (PxNodeHistoryClass)


Syntax
'Declaration
 
Public Overridable 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 PxNodeHistoryClass
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)
public virtual 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 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

PxNodeHistoryClass Class
PxNodeHistoryClass Members

 

 


Send Comment