ArcFM Responder Mobile Developer Guide
Swizzle Method (IMMSwizzle)






Syntax
'Declaration
 
Sub Swizzle( _
   ByVal pOriginalConnection As ESRI.ArcGIS.esriSystem.IPropertySet, _
   ByVal pNewConnection As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMSwizzle
Dim pOriginalConnection As ESRI.ArcGIS.esriSystem.IPropertySet
Dim pNewConnection As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.Swizzle(pOriginalConnection, pNewConnection)
void Swizzle( 
   ESRI.ArcGIS.esriSystem.IPropertySet pOriginalConnection,
   ESRI.ArcGIS.esriSystem.IPropertySet pNewConnection
)
procedure Swizzle( 
    pOriginalConnection: ESRI.ArcGIS.esriSystem.IPropertySet;
    pNewConnection: ESRI.ArcGIS.esriSystem.IPropertySet
); 
function Swizzle( 
   pOriginalConnection : ESRI.ArcGIS.esriSystem.IPropertySet,
   pNewConnection : ESRI.ArcGIS.esriSystem.IPropertySet
);
void Swizzle( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pOriginalConnection,
   ESRI.ArcGIS.esriSystem.IPropertySet* pNewConnection
) 
void Swizzle( 
   ESRI.ArcGIS.esriSystem.IPropertySet^ pOriginalConnection,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pNewConnection
) 

Parameters

pOriginalConnection
pNewConnection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMSwizzle Interface
IMMSwizzle Members

Send Feedback