ArcFM Responder Mobile Developer Guide
FindFeedPathsShowWork Method (IMMElectricTracing2)






Syntax
'Declaration
 
Sub FindFeedPathsShowWork( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal settings As IMMElectricTraceSettings, _
   ByVal currentStatus As IMMCurrentStatus, _
   ByVal startEID As System.Integer, _
   ByVal startElementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal Phases As SetOfPhases, _
   ByVal barrierJunctions() As System.Integer, _
   ByVal barrierEdges() As System.Integer, _
   ByVal showWorkOnlyIfNoFeedpathExists As System.Boolean, _
   ByRef feedPaths As IMMFeedPath(), _
   ByRef traceStopperJunctions As IMMTraceStopper(), _
   ByRef traceStopperEdges As IMMTraceStopper(), _
   ByRef visitedJunctions As IMMTracedElements, _
   ByRef visitedEdges As IMMTracedElements _
) 
'Usage
 
Dim instance As IMMElectricTracing2
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim settings As IMMElectricTraceSettings
Dim currentStatus As IMMCurrentStatus
Dim startEID As System.Integer
Dim startElementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim Phases As SetOfPhases
Dim barrierJunctions() As System.Integer
Dim barrierEdges() As System.Integer
Dim showWorkOnlyIfNoFeedpathExists As System.Boolean
Dim feedPaths As IMMFeedPath()
Dim traceStopperJunctions As IMMTraceStopper()
Dim traceStopperEdges As IMMTraceStopper()
Dim visitedJunctions As IMMTracedElements
Dim visitedEdges As IMMTracedElements
 
instance.FindFeedPathsShowWork(GeometricNetwork, settings, currentStatus, startEID, startElementType, Phases, barrierJunctions, barrierEdges, showWorkOnlyIfNoFeedpathExists, feedPaths, traceStopperJunctions, traceStopperEdges, visitedJunctions, visitedEdges)
procedure FindFeedPathsShowWork( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    settings: IMMElectricTraceSettings;
    currentStatus: IMMCurrentStatus;
    startEID: System.Integer;
    startElementType: ESRI.ArcGIS.Geodatabase.esriElementType;
    Phases: SetOfPhases;
    barrierJunctions: System.Integerarray of;
    barrierEdges: System.Integerarray of;
    showWorkOnlyIfNoFeedpathExists: System.Boolean;
   Out  feedPaths: array of IMMFeedPath;
   Out  traceStopperJunctions: array of IMMTraceStopper;
   Out  traceStopperEdges: array of IMMTraceStopper;
   Out  visitedJunctions: IMMTracedElements;
   Out  visitedEdges: IMMTracedElements
); 
function FindFeedPathsShowWork( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   settings : IMMElectricTraceSettings,
   currentStatus : IMMCurrentStatus,
   startEID : System.int,
   startElementType : ESRI.ArcGIS.Geodatabase.esriElementType,
   Phases : SetOfPhases,
   barrierJunctions : System.int[],
   barrierEdges : System.int[],
   showWorkOnlyIfNoFeedpathExists : System.boolean,
   feedPaths : IMMFeedPath[],
   traceStopperJunctions : IMMTraceStopper[],
   traceStopperEdges : IMMTraceStopper[],
   visitedJunctions : IMMTracedElements,
   visitedEdges : IMMTracedElements
);
void FindFeedPathsShowWork( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   IMMElectricTraceSettings* settings,
   IMMCurrentStatus* currentStatus,
   System.int startEID,
   ESRI.ArcGIS.Geodatabase.esriElementType startElementType,
   SetOfPhases Phases,
   System.int[]* barrierJunctions,
   System.int[]* barrierEdges,
   System.bool showWorkOnlyIfNoFeedpathExists,
   [PARAMFLAG::Out] IMMFeedPath*[] feedPaths,
   [PARAMFLAG::Out] IMMTraceStopper*[] traceStopperJunctions,
   [PARAMFLAG::Out] IMMTraceStopper*[] traceStopperEdges,
   [PARAMFLAG::Out] IMMTracedElements* visitedJunctions,
   [PARAMFLAG::Out] IMMTracedElements* visitedEdges
) 
void FindFeedPathsShowWork( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork,
   IMMElectricTraceSettings^ settings,
   IMMCurrentStatus^ currentStatus,
   System.int startEID,
   ESRI.ArcGIS.Geodatabase.esriElementType startElementType,
   SetOfPhases Phases,
   System.array<int>^ barrierJunctions,
   System.array<int>^ barrierEdges,
   System.bool showWorkOnlyIfNoFeedpathExists,
   [Out] array<IMMFeedPath^> feedPaths,
   [Out] array<IMMTraceStopper^> traceStopperJunctions,
   [Out] array<IMMTraceStopper^> traceStopperEdges,
   [Out] IMMTracedElements^ visitedJunctions,
   [Out] IMMTracedElements^ visitedEdges
) 

Parameters

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

IMMElectricTracing2 Interface
IMMElectricTracing2 Members

Send Feedback