ArcFM Responder Mobile Developer Guide
FindFeedPathsShowWork Method (IMMElectricTracing3)






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.Object, _
   ByVal barrierEdges As System.Object, _
   ByVal showWorkOnlyIfNoFeedpathExists As System.Boolean, _
   ByRef feedPaths As IMMEnumFeedPath, _
   ByRef traceStopperJunctions As IMMEnumTraceStopper, _
   ByRef traceStopperEdges As IMMEnumTraceStopper, _
   ByRef visitedJunctions As IMMTracedElements, _
   ByRef visitedEdges As IMMTracedElements _
) 
'Usage
 
Dim instance As IMMElectricTracing3
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.Object
Dim barrierEdges As System.Object
Dim showWorkOnlyIfNoFeedpathExists As System.Boolean
Dim feedPaths As IMMEnumFeedPath
Dim traceStopperJunctions As IMMEnumTraceStopper
Dim traceStopperEdges As IMMEnumTraceStopper
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.TObject;
    barrierEdges: System.TObject;
    showWorkOnlyIfNoFeedpathExists: System.Boolean;
   Out  feedPaths: IMMEnumFeedPath;
   Out  traceStopperJunctions: IMMEnumTraceStopper;
   Out  traceStopperEdges: IMMEnumTraceStopper;
   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.Object,
   barrierEdges : System.Object,
   showWorkOnlyIfNoFeedpathExists : System.boolean,
   feedPaths : IMMEnumFeedPath,
   traceStopperJunctions : IMMEnumTraceStopper,
   traceStopperEdges : IMMEnumTraceStopper,
   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.Object* barrierJunctions,
   System.Object* barrierEdges,
   System.bool showWorkOnlyIfNoFeedpathExists,
   [PARAMFLAG::Out] IMMEnumFeedPath* feedPaths,
   [PARAMFLAG::Out] IMMEnumTraceStopper* traceStopperJunctions,
   [PARAMFLAG::Out] IMMEnumTraceStopper* 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.Object^ barrierJunctions,
   System.Object^ barrierEdges,
   System.bool showWorkOnlyIfNoFeedpathExists,
   [Out] IMMEnumFeedPath^ feedPaths,
   [Out] IMMEnumTraceStopper^ traceStopperJunctions,
   [Out] IMMEnumTraceStopper^ 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

IMMElectricTracing3 Interface
IMMElectricTracing3 Members

Send Feedback