ArcFM Engine Developer Guide
GetTracedEIDs Method (MMPhaseSwapClass)


Syntax
'Declaration
 
Public Overridable Sub GetTracedEIDs( _
   ByRef resultJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByRef resultEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID _
) 
'Usage
 
Dim instance As MMPhaseSwapClass
Dim resultJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim resultEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
 
instance.GetTracedEIDs(resultJunctions, resultEdges)
public virtual void GetTracedEIDs( 
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID resultJunctions,
   out ESRI.ArcGIS.Geodatabase.IEnumNetEID resultEdges
)

Parameters

resultJunctions
resultEdges
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

MMPhaseSwapClass Class
MMPhaseSwapClass Members

 

 


Send Comment