ArcFM Solution Developer Guide
FindTap Method


Syntax
'Declaration
 
Public 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 PhaseSwapTrace
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)
public 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

PhaseSwapTrace Class
PhaseSwapTrace Members

 

 


Send Comment