ArcFM Engine Developer Guide
SwapPhaseByTracedElements Method


Syntax
'Declaration
 
Public 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 PhaseSwapTrace
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 void SwapPhaseByTracedElements( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   IMMPhaseSwapMap pPhaseMap,
   IMMTracedElements pEdgeElements,
   IMMTracedElements pJunctionElements
)

Parameters

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

PhaseSwapTrace Class
PhaseSwapTrace Members

 

 


Send Comment