ArcFM Desktop Developer Guide
GetTracedEIDs Method (IMMPhaseSwapTrace)


Syntax
'Declaration
 
Sub GetTracedEIDs( _
   ByRef resultJunctions As IEnumNetEID, _
   ByRef resultEdges As IEnumNetEID _
) 
'Usage
 
Dim instance As IMMPhaseSwapTrace
Dim resultJunctions As IEnumNetEID
Dim resultEdges As IEnumNetEID
 
instance.GetTracedEIDs(resultJunctions, resultEdges)
void GetTracedEIDs( 
   out IEnumNetEID resultJunctions,
   out 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

IMMPhaseSwapTrace Interface
IMMPhaseSwapTrace Members

 

 


Send Comment