ArcFM Engine Developer Guide
FindTap Method (MMPhaseSwapClass)


Syntax
'Declaration
 
Public Overridable Sub FindTap( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal mmElectricTraceWeightID As Integer, _
   ByVal startEdgeEID As Integer, _
   ByVal bUseAutoTapFindMethod As Boolean, _
   ByRef tapJunctionEID As Integer, _
   ByRef firstDownstreamEdgeEID As Integer, _
   ByRef phasesAvailableAtTap As SetOfPhases _
) 
'Usage
 
Dim instance As MMPhaseSwapClass
Dim geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim mmElectricTraceWeightID As Integer
Dim startEdgeEID As Integer
Dim bUseAutoTapFindMethod As Boolean
Dim tapJunctionEID As Integer
Dim firstDownstreamEdgeEID As Integer
Dim phasesAvailableAtTap As SetOfPhases
 
instance.FindTap(geometricNW, mmElectricTraceWeightID, startEdgeEID, bUseAutoTapFindMethod, tapJunctionEID, firstDownstreamEdgeEID, phasesAvailableAtTap)
public virtual void FindTap( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   int mmElectricTraceWeightID,
   int startEdgeEID,
   bool bUseAutoTapFindMethod,
   out int tapJunctionEID,
   out int firstDownstreamEdgeEID,
   out SetOfPhases phasesAvailableAtTap
)

Parameters

geometricNW
mmElectricTraceWeightID
startEdgeEID
bUseAutoTapFindMethod
tapJunctionEID
firstDownstreamEdgeEID
phasesAvailableAtTap
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

MMPhaseSwapClass Class
MMPhaseSwapClass Members

 

 


Send Comment