ArcFM Server Developer Guide
TraceDownstream Method (IMMElectricTracing)


Syntax
'Declaration
 
Sub TraceDownstream( _
   ByVal GeometricNetwork As IGeometricNetwork, _
   ByVal settings As IMMElectricTraceSettings, _
   ByVal currentStatus As IMMCurrentStatus, _
   ByVal startEID As Integer, _
   ByVal startElementType As esriElementType, _
   ByVal Phases As SetOfPhases, _
   ByVal directionInfo As mmDirectionInfo, _
   ByVal upstreamNeighborEID As Integer, _
   ByVal upstreamNeighborElementType As esriElementType, _
   ByVal barrierJunctions() As Integer, _
   ByVal barrierEdges() As Integer, _
   ByVal excludeOpenDevices As Boolean, _
   ByRef tracedJunctions As IMMTracedElements, _
   ByRef tracedEdges As IMMTracedElements _
) 
'Usage
 
Dim instance As IMMElectricTracing
Dim GeometricNetwork As IGeometricNetwork
Dim settings As IMMElectricTraceSettings
Dim currentStatus As IMMCurrentStatus
Dim startEID As Integer
Dim startElementType As esriElementType
Dim Phases As SetOfPhases
Dim directionInfo As mmDirectionInfo
Dim upstreamNeighborEID As Integer
Dim upstreamNeighborElementType As esriElementType
Dim barrierJunctions() As Integer
Dim barrierEdges() As Integer
Dim excludeOpenDevices As Boolean
Dim tracedJunctions As IMMTracedElements
Dim tracedEdges As IMMTracedElements
 
instance.TraceDownstream(GeometricNetwork, settings, currentStatus, startEID, startElementType, Phases, directionInfo, upstreamNeighborEID, upstreamNeighborElementType, barrierJunctions, barrierEdges, excludeOpenDevices, tracedJunctions, tracedEdges)

Parameters

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

IMMElectricTracing Interface
IMMElectricTracing Members

 

 


Send Comment