ArcFM Solution Developer Guide
FindTap Method (IMMPhaseSwapTapFinder)


Syntax
'Declaration
 
Sub FindTap( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal mmElectricTraceWeightID As System.Integer, _
   ByVal startEdgeEID As System.Integer, _
   ByVal bUseAutoTapFindMethod As System.Boolean, _
   ByRef tapJunctionEID As System.Integer, _
   ByRef firstDownstreamEdgeEID As System.Integer, _
   ByRef phasesAvailableAtTap As SetOfPhases _
) 
'Usage
 
Dim instance As IMMPhaseSwapTapFinder
Dim geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim mmElectricTraceWeightID As System.Integer
Dim startEdgeEID As System.Integer
Dim bUseAutoTapFindMethod As System.Boolean
Dim tapJunctionEID As System.Integer
Dim firstDownstreamEdgeEID As System.Integer
Dim phasesAvailableAtTap As SetOfPhases
 
instance.FindTap(geometricNW, mmElectricTraceWeightID, startEdgeEID, bUseAutoTapFindMethod, tapJunctionEID, firstDownstreamEdgeEID, phasesAvailableAtTap)
void FindTap( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   System.int mmElectricTraceWeightID,
   System.int startEdgeEID,
   System.bool bUseAutoTapFindMethod,
   out System.int tapJunctionEID,
   out System.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

IMMPhaseSwapTapFinder Interface
IMMPhaseSwapTapFinder Members

 

 


Send Comment