ArcFM Engine Developer Guide
FindFeedPaths Method (IMMElectricTracing2)


Syntax
'Declaration
 
Sub FindFeedPaths( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal settings As IMMElectricTraceSettings, _
   ByVal currentStatus As IMMCurrentStatus, _
   ByVal startEID As Integer, _
   ByVal startElementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal Phases As SetOfPhases, _
   ByVal barrierJunctions() As Integer, _
   ByVal barrierEdges() As Integer, _
   ByRef feedPaths As IMMFeedPath(), _
   ByRef traceStopperJunctions As IMMTraceStopper(), _
   ByRef traceStopperEdges As IMMTraceStopper() _
) 
'Usage
 
Dim instance As IMMElectricTracing2
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim settings As IMMElectricTraceSettings
Dim currentStatus As IMMCurrentStatus
Dim startEID As Integer
Dim startElementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim Phases As SetOfPhases
Dim barrierJunctions() As Integer
Dim barrierEdges() As Integer
Dim feedPaths As IMMFeedPath()
Dim traceStopperJunctions As IMMTraceStopper()
Dim traceStopperEdges As IMMTraceStopper()
 
instance.FindFeedPaths(GeometricNetwork, settings, currentStatus, startEID, startElementType, Phases, barrierJunctions, barrierEdges, feedPaths, traceStopperJunctions, traceStopperEdges)
void FindFeedPaths( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMElectricTraceSettings settings,
   IMMCurrentStatus currentStatus,
   int startEID,
   ESRI.ArcGIS.Geodatabase.esriElementType startElementType,
   SetOfPhases Phases,
   int[] barrierJunctions,
   int[] barrierEdges,
   out IMMFeedPath[] feedPaths,
   out IMMTraceStopper[] traceStopperJunctions,
   out IMMTraceStopper[] traceStopperEdges
)

Parameters

GeometricNetwork
settings
currentStatus
startEID
startElementType
Phases
barrierJunctions
barrierEdges
feedPaths
traceStopperJunctions
traceStopperEdges
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

IMMElectricTracing2 Interface
IMMElectricTracing2 Members

 

 


Send Comment