ArcFM Engine Developer Guide
Initialize Method (IMMMobileObject3)


Syntax
'Declaration
 
Function Initialize( _
   ByVal pConn As ADODB.Connection, _
   ByRef sSchema As String _
) As Boolean
'Usage
 
Dim instance As IMMMobileObject3
Dim pConn As ADODB.Connection
Dim sSchema As String
Dim value As Boolean
 
value = instance.Initialize(pConn, sSchema)
bool Initialize( 
   ADODB.Connection pConn,
   ref string sSchema
)

Parameters

pConn
sSchema
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

IMMMobileObject3 Interface
IMMMobileObject3 Members

 

 


Send Comment