ArcFM Engine Developer Guide
DrawAndSelectTraceResults Method


Syntax
'Declaration
 
Sub DrawAndSelectTraceResults( _
   ByVal pApp As ESRI.ArcGIS.Framework.IApplication, _
   ByVal pJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal pEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal bOverrideSelectionSetting As Boolean _
) 
'Usage
 
Dim instance As IMMPhaseSwapUtils
Dim pApp As ESRI.ArcGIS.Framework.IApplication
Dim pJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim bOverrideSelectionSetting As Boolean
 
instance.DrawAndSelectTraceResults(pApp, pJunctions, pEdges, bOverrideSelectionSetting)
void DrawAndSelectTraceResults( 
   ESRI.ArcGIS.Framework.IApplication pApp,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pJunctions,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pEdges,
   bool bOverrideSelectionSetting
)

Parameters

pApp
pJunctions
pEdges
bOverrideSelectionSetting
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

IMMPhaseSwapUtils Interface
IMMPhaseSwapUtils Members

 

 


Send Comment