ArcFM Engine Developer Guide
TraceSwapSet Method


Syntax
'Declaration
 
Public Sub TraceSwapSet( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal MMElectricTraceWeightID As Integer, _
   ByVal startJunctionEID As Integer, _
   ByVal firstDownstreamEdgeEID As Integer _
) 
'Usage
 
Dim instance As PhaseSwapTrace
Dim geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim MMElectricTraceWeightID As Integer
Dim startJunctionEID As Integer
Dim firstDownstreamEdgeEID As Integer
 
instance.TraceSwapSet(geometricNW, MMElectricTraceWeightID, startJunctionEID, firstDownstreamEdgeEID)
public void TraceSwapSet( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   int MMElectricTraceWeightID,
   int startJunctionEID,
   int firstDownstreamEdgeEID
)

Parameters

geometricNW
MMElectricTraceWeightID
startJunctionEID
firstDownstreamEdgeEID
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