ArcFM Solution Developer Guide
Initialize Method (clsMobileClass)


Syntax
'Declaration
 
Public Overridable Function Initialize( _
   ByVal pConn As ADODB.Connection, _
   ByRef sSchema As System.String _
) As System.Boolean
'Usage
 
Dim instance As clsMobileClass
Dim pConn As ADODB.Connection
Dim sSchema As System.String
Dim value As System.Boolean
 
value = instance.Initialize(pConn, sSchema)
public virtual System.bool Initialize( 
   ADODB.Connection pConn,
   ref System.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

clsMobileClass Class
clsMobileClass Members

 

 


Send Comment