ArcFM Desktop Developer Guide
SwapPhaseByTracedElements Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Geometric network in which the feature resides.

The IMMPhaseSwapMap object (or phase map) that indicates how the phases should be swapped.

The edges (as IMMTracedElements) to be swapped as returned by the trace.
The junctions (as IMMTracedElements) to be swapped as returned by the trace.
Swaps the phases of features selected using a trace.
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
Geometric network in which the feature resides.
pPhaseMap

The IMMPhaseSwapMap object (or phase map) that indicates how the phases should be swapped.

pEdgeElements
The edges (as IMMTracedElements) to be swapped as returned by the trace.
pJunctionElements
The junctions (as IMMTracedElements) to be swapped as returned by the trace.
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