ArcFM Responder Mobile Developer Guide
SwapPhaseByTracedElements Method (MMPhaseSwapClass)






Syntax
'Declaration
 
Public Overridable Sub SwapPhaseByTracedElements( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal pPhaseMap As IMMPhaseSwapMap, _
   ByVal pEdgeElements As IMMTracedElements, _
   ByVal pJunctionElements As IMMTracedElements _
) 
'Usage
 
Dim instance As MMPhaseSwapClass
Dim geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim pPhaseMap As IMMPhaseSwapMap
Dim pEdgeElements As IMMTracedElements
Dim pJunctionElements As IMMTracedElements
 
instance.SwapPhaseByTracedElements(geometricNW, pPhaseMap, pEdgeElements, pJunctionElements)
public virtual void SwapPhaseByTracedElements( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   IMMPhaseSwapMap pPhaseMap,
   IMMTracedElements pEdgeElements,
   IMMTracedElements pJunctionElements
)
public procedure SwapPhaseByTracedElements( 
    geometricNW: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    pPhaseMap: IMMPhaseSwapMap;
    pEdgeElements: IMMTracedElements;
    pJunctionElements: IMMTracedElements
); virtual; 
public function SwapPhaseByTracedElements( 
   geometricNW : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   pPhaseMap : IMMPhaseSwapMap,
   pEdgeElements : IMMTracedElements,
   pJunctionElements : IMMTracedElements
);
public: virtual void SwapPhaseByTracedElements( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* geometricNW,
   IMMPhaseSwapMap* pPhaseMap,
   IMMTracedElements* pEdgeElements,
   IMMTracedElements* pJunctionElements
) 
public:
virtual void SwapPhaseByTracedElements( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ geometricNW,
   IMMPhaseSwapMap^ pPhaseMap,
   IMMTracedElements^ pEdgeElements,
   IMMTracedElements^ pJunctionElements
) 

Parameters

geometricNW
pPhaseMap
pEdgeElements
pJunctionElements
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

MMPhaseSwapClass Class
MMPhaseSwapClass Members

Send Feedback