ArcFM Engine Developer Guide
GetConnectionInfo Method


Syntax
'Declaration
 
Sub GetConnectionInfo( _
   ByVal pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet, _
   ByRef pbstrVersionName As String, _
   ByRef pbstrUserName As String _
) 
'Usage
 
Dim instance As IMMVersionCache
Dim pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet
Dim pbstrVersionName As String
Dim pbstrUserName As String
 
instance.GetConnectionInfo(pPropertySet, pbstrVersionName, pbstrUserName)
void GetConnectionInfo( 
   ESRI.ArcGIS.esriSystem.IPropertySet pPropertySet,
   out string pbstrVersionName,
   out string pbstrUserName
)

Parameters

pPropertySet
pbstrVersionName
pbstrUserName
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

IMMVersionCache Interface
IMMVersionCache Members

 

 


Send Comment