ArcFM Engine Developer Guide
ChangeConnection Method (IMMStoredDisplay)


Syntax
'Declaration
 
Sub ChangeConnection( _
   ByVal pOriginalConnection As ESRI.ArcGIS.esriSystem.IPropertySet, _
   ByVal pNewConnection As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMStoredDisplay
Dim pOriginalConnection As ESRI.ArcGIS.esriSystem.IPropertySet
Dim pNewConnection As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.ChangeConnection(pOriginalConnection, pNewConnection)
void ChangeConnection( 
   ESRI.ArcGIS.esriSystem.IPropertySet pOriginalConnection,
   ESRI.ArcGIS.esriSystem.IPropertySet pNewConnection
)

Parameters

pOriginalConnection
pNewConnection
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

IMMStoredDisplay Interface
IMMStoredDisplay Members

 

 


Send Comment