ArcFM Responder Mobile Developer Guide
FindChildDevices Method (IMMElectricTracingEx)






Syntax
'Declaration
 
Sub 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.Object, _
   ByVal barrierEdges As System.Object, _
   ByRef childDeviceJunctionEIDs As IMMEnumInt32 _
) 
'Usage
 
Dim instance As IMMElectricTracingEx
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.Object
Dim barrierEdges As System.Object
Dim childDeviceJunctionEIDs As IMMEnumInt32
 
instance.FindChildDevices(GeometricNetwork, settings, currentStatus, startEID, startElementType, Phases, directionInfo, upstreamNeighborEID, upstreamNeighborElementType, barrierJunctions, barrierEdges, childDeviceJunctionEIDs)
void 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.object barrierJunctions,
   System.object barrierEdges,
   out IMMEnumInt32 childDeviceJunctionEIDs
)
procedure 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.TObject;
    barrierEdges: System.TObject;
   Out  childDeviceJunctionEIDs: IMMEnumInt32
); 
function 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.Object,
   barrierEdges : System.Object,
   childDeviceJunctionEIDs : IMMEnumInt32
);
void 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.Object* barrierJunctions,
   System.Object* barrierEdges,
   [PARAMFLAG::Out] IMMEnumInt32* childDeviceJunctionEIDs
) 
void 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.Object^ barrierJunctions,
   System.Object^ barrierEdges,
   [Out] IMMEnumInt32^ 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

IMMElectricTracingEx Interface
IMMElectricTracingEx Members

Send Feedback