ArcFM Engine Developer Guide
TraceSwapSet Method (IMMPhaseSwapTrace)


Syntax
'Declaration
 
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 IMMPhaseSwapTrace
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)
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

IMMPhaseSwapTrace Interface
IMMPhaseSwapTrace Members

 

 


Send Comment