ArcFM Responder Mobile Developer Guide
IMMElectricTracing2_FindChildDevices Method






Syntax
'Declaration
 
Public Overridable Sub IMMElectricTracing2_FindChildDevices( _
   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 directionInfo As mmDirectionInfo, _
   ByVal upstreamNeighborEID As System.Integer, _
   ByVal upstreamNeighborElementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal barrierJunctions() As System.Integer, _
   ByVal barrierEdges() As System.Integer, _
   ByRef childDeviceJunctionEIDs As System.Integer() _
) 
'Usage
 
Dim instance As MMFeederTracerClass
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 directionInfo As mmDirectionInfo
Dim upstreamNeighborEID As System.Integer
Dim upstreamNeighborElementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim barrierJunctions() As System.Integer
Dim barrierEdges() As System.Integer
Dim childDeviceJunctionEIDs As System.Integer()
 
instance.IMMElectricTracing2_FindChildDevices(GeometricNetwork, settings, currentStatus, startEID, startElementType, Phases, directionInfo, upstreamNeighborEID, upstreamNeighborElementType, barrierJunctions, barrierEdges, childDeviceJunctionEIDs)
public virtual void IMMElectricTracing2_FindChildDevices( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMElectricTraceSettings settings,
   IMMCurrentStatus currentStatus,
   System.int startEID,
   ESRI.ArcGIS.Geodatabase.esriElementType startElementType,
   SetOfPhases Phases,
   mmDirectionInfo directionInfo,
   System.int upstreamNeighborEID,
   ESRI.ArcGIS.Geodatabase.esriElementType upstreamNeighborElementType,
   System.int[] barrierJunctions,
   System.int[] barrierEdges,
   out System.int[] childDeviceJunctionEIDs
)
public procedure IMMElectricTracing2_FindChildDevices( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    settings: IMMElectricTraceSettings;
    currentStatus: IMMCurrentStatus;
    startEID: System.Integer;
    startElementType: ESRI.ArcGIS.Geodatabase.esriElementType;
    Phases: SetOfPhases;
    directionInfo: mmDirectionInfo;
    upstreamNeighborEID: System.Integer;
    upstreamNeighborElementType: ESRI.ArcGIS.Geodatabase.esriElementType;
    barrierJunctions: System.Integerarray of;
    barrierEdges: System.Integerarray of;
   Out  childDeviceJunctionEIDs: System.array of Integer
); virtual; 
public function IMMElectricTracing2_FindChildDevices( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   settings : IMMElectricTraceSettings,
   currentStatus : IMMCurrentStatus,
   startEID : System.int,
   startElementType : ESRI.ArcGIS.Geodatabase.esriElementType,
   Phases : SetOfPhases,
   directionInfo : mmDirectionInfo,
   upstreamNeighborEID : System.int,
   upstreamNeighborElementType : ESRI.ArcGIS.Geodatabase.esriElementType,
   barrierJunctions : System.int[],
   barrierEdges : System.int[],
   childDeviceJunctionEIDs : System.int[]
);
public: virtual void IMMElectricTracing2_FindChildDevices( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   IMMElectricTraceSettings* settings,
   IMMCurrentStatus* currentStatus,
   System.int startEID,
   ESRI.ArcGIS.Geodatabase.esriElementType startElementType,
   SetOfPhases Phases,
   mmDirectionInfo directionInfo,
   System.int upstreamNeighborEID,
   ESRI.ArcGIS.Geodatabase.esriElementType upstreamNeighborElementType,
   System.int[]* barrierJunctions,
   System.int[]* barrierEdges,
   [PARAMFLAG::Out] System.int[] childDeviceJunctionEIDs
) 
public:
virtual void IMMElectricTracing2_FindChildDevices( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork,
   IMMElectricTraceSettings^ settings,
   IMMCurrentStatus^ currentStatus,
   System.int startEID,
   ESRI.ArcGIS.Geodatabase.esriElementType startElementType,
   SetOfPhases Phases,
   mmDirectionInfo directionInfo,
   System.int upstreamNeighborEID,
   ESRI.ArcGIS.Geodatabase.esriElementType upstreamNeighborElementType,
   System.array<int>^ barrierJunctions,
   System.array<int>^ barrierEdges,
   [Out] System.array<int> childDeviceJunctionEIDs
) 

Parameters

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

MMFeederTracerClass Class
MMFeederTracerClass Members

Send Feedback