ArcFM Desktop Developer Guide
TraceDownstreamIncludeStoppers Method


Syntax
'Declaration
 
Sub TraceDownstreamIncludeStoppers( _
   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 directionInfo As mmDirectionInfo, _
   ByVal upstreamNeighborEID As Integer, _
   ByVal upstreamNeighborElementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal barrierJunctions As Object, _
   ByVal barrierEdges As Object, _
   ByVal excludeOpenDevices As Boolean, _
   ByRef tracedJunctions As IMMTracedElements, _
   ByRef tracedEdges As IMMTracedElements, _
   ByRef traceStopperJunctions As IMMEnumTraceStopper, _
   ByRef traceStopperEdges As IMMEnumTraceStopper _
) 
'Usage
 
Dim instance As IMMElectricTracing3
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 directionInfo As mmDirectionInfo
Dim upstreamNeighborEID As Integer
Dim upstreamNeighborElementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim barrierJunctions As Object
Dim barrierEdges As Object
Dim excludeOpenDevices As Boolean
Dim tracedJunctions As IMMTracedElements
Dim tracedEdges As IMMTracedElements
Dim traceStopperJunctions As IMMEnumTraceStopper
Dim traceStopperEdges As IMMEnumTraceStopper
 
instance.TraceDownstreamIncludeStoppers(GeometricNetwork, settings, currentStatus, startEID, startElementType, Phases, directionInfo, upstreamNeighborEID, upstreamNeighborElementType, barrierJunctions, barrierEdges, excludeOpenDevices, tracedJunctions, tracedEdges, traceStopperJunctions, traceStopperEdges)
void TraceDownstreamIncludeStoppers( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMElectricTraceSettings settings,
   IMMCurrentStatus currentStatus,
   int startEID,
   ESRI.ArcGIS.Geodatabase.esriElementType startElementType,
   SetOfPhases Phases,
   mmDirectionInfo directionInfo,
   int upstreamNeighborEID,
   ESRI.ArcGIS.Geodatabase.esriElementType upstreamNeighborElementType,
   object barrierJunctions,
   object barrierEdges,
   bool excludeOpenDevices,
   out IMMTracedElements tracedJunctions,
   out IMMTracedElements tracedEdges,
   out IMMEnumTraceStopper traceStopperJunctions,
   out IMMEnumTraceStopper traceStopperEdges
)

Parameters

GeometricNetwork
settings
currentStatus
startEID
startElementType
Phases
directionInfo
upstreamNeighborEID
upstreamNeighborElementType
barrierJunctions
barrierEdges
excludeOpenDevices
tracedJunctions
tracedEdges
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

IMMElectricTracing3 Interface
IMMElectricTracing3 Members

 

 


Send Comment