ArcFM Solution Developer Guide
TraceSwapSet Method


Syntax
'Declaration
 
Public Sub TraceSwapSet( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal MMElectricTraceWeightID As System.Integer, _
   ByVal startJunctionEID As System.Integer, _
   ByVal firstDownstreamEdgeEID As System.Integer _
) 
'Usage
 
Dim instance As PhaseSwapTrace
Dim geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim MMElectricTraceWeightID As System.Integer
Dim startJunctionEID As System.Integer
Dim firstDownstreamEdgeEID As System.Integer
 
instance.TraceSwapSet(geometricNW, MMElectricTraceWeightID, startJunctionEID, firstDownstreamEdgeEID)
public void TraceSwapSet( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   System.int MMElectricTraceWeightID,
   System.int startJunctionEID,
   System.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