ArcFM Responder Mobile Developer Guide
FindTap Method (MMPhaseSwapClass)






Syntax
'Declaration
 
Public Overridable 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 MMPhaseSwapClass
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 virtual 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
)
public procedure FindTap( 
    geometricNW: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    mmElectricTraceWeightID: System.Integer;
    startEdgeEID: System.Integer;
    bUseAutoTapFindMethod: System.Boolean;
   Out  tapJunctionEID: System.Integer;
   Out  firstDownstreamEdgeEID: System.Integer;
   Out  phasesAvailableAtTap: SetOfPhases
); virtual; 
public function FindTap( 
   geometricNW : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   mmElectricTraceWeightID : System.int,
   startEdgeEID : System.int,
   bUseAutoTapFindMethod : System.boolean,
   tapJunctionEID : System.int,
   firstDownstreamEdgeEID : System.int,
   phasesAvailableAtTap : SetOfPhases
);
public: virtual void FindTap( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* geometricNW,
   System.int mmElectricTraceWeightID,
   System.int startEdgeEID,
   System.bool bUseAutoTapFindMethod,
   [PARAMFLAG::Out] System.int tapJunctionEID,
   [PARAMFLAG::Out] System.int firstDownstreamEdgeEID,
   [PARAMFLAG::Out] SetOfPhases phasesAvailableAtTap
) 
public:
virtual 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMPhaseSwapClass Class
MMPhaseSwapClass Members

Send Feedback