Responder Developer Guide
DrawOrSelectTraceResults(IEnumNetEID,IEnumNetEID,IApplication,DeviceInfo) Method


Syntax
'Declaration
 
Public Overloads Shared Sub DrawOrSelectTraceResults( _
   ByVal edgeList As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal junctionList As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal application As ESRI.ArcGIS.Framework.IApplication, _
   ByVal clickedDevice As DeviceInfo _
) 
'Usage
 
Dim edgeList As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim junctionList As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim application As ESRI.ArcGIS.Framework.IApplication
Dim clickedDevice As DeviceInfo
 
NetApp.DrawOrSelectTraceResults(edgeList, junctionList, application, clickedDevice)
public static void DrawOrSelectTraceResults( 
   ESRI.ArcGIS.Geodatabase.IEnumNetEID edgeList,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID junctionList,
   ESRI.ArcGIS.Framework.IApplication application,
   DeviceInfo clickedDevice
)

Parameters

edgeList
junctionList
application
clickedDevice
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

NetApp Class
NetApp Members
Overload List

 

 


Send Comment