Responder Developer Guide
PopulateJunctionsForIncidentDevice Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Sub PopulateJunctionsForIncidentDevice( _
   ByVal row As DataRow, _
   ByVal jumperRows As IEnumerable(Of DataRow), _
   ByVal canceledElements As IList(Of NetworkElement) _
) 
'Usage
 
Dim instance As JumperJunctionSelectionManager
Dim row As DataRow
Dim jumperRows As IEnumerable(Of DataRow)
Dim canceledElements As IList(Of NetworkElement)
 
instance.PopulateJunctionsForIncidentDevice(row, jumperRows, canceledElements)
public void PopulateJunctionsForIncidentDevice( 
   DataRow row,
   IEnumerable<DataRow> jumperRows,
   IList<NetworkElement> canceledElements
)

Parameters

row
jumperRows
canceledElements
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

JumperJunctionSelectionManager Class
JumperJunctionSelectionManager Members

 

 


Send Comment