ArcFM Engine Developer Guide
DrawAndSelectTraceResults(IApplication,IEnumNetEID,IEnumNetEID,Boolean) Method


Syntax
'Declaration
 
Public Overloads 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 PhaseSwapUtils
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)
public 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

PhaseSwapUtils Class
PhaseSwapUtils Members
Overload List

 

 


Send Comment