ArcFM Desktop Developer Guide
GetTracedEIDs Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Takes the IDs of all junctions (as IEnumNetEID) included in the phase swap.
Takes the IDs of all edges (as IEnumNetEID) included in the phase swap.
This method gets the IDs of the junctions and edges participating in the swap.
Syntax
'Declaration
 
Public Sub GetTracedEIDs( _
   ByRef resultJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByRef resultEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID _
) 
'Usage
 
Dim instance As PhaseSwapTrace
Dim resultJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim resultEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
 
instance.GetTracedEIDs(resultJunctions, resultEdges)
public void GetTracedEIDs( 
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID resultJunctions,
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID resultEdges
)

Parameters

resultJunctions
Takes the IDs of all junctions (as IEnumNetEID) included in the phase swap.
resultEdges
Takes the IDs of all edges (as IEnumNetEID) included in the phase swap.
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

PhaseSwapTrace Class
PhaseSwapTrace Members

 

 


Send Comment