Responder Developer Guide
PopulateJunctionsForIncidentDevice Method


Syntax
'Declaration
 
Public Function PopulateJunctionsForIncidentDevice( _
   ByVal row As DataRow, _
   ByVal jumperRows As IEnumerable(Of DataRow), _
   ByVal canceledElements As IList(Of NetworkElement) _
) As Boolean
'Usage
 
Dim instance As JumperJunctionSelectionManager
Dim row As DataRow
Dim jumperRows As IEnumerable(Of DataRow)
Dim canceledElements As IList(Of NetworkElement)
Dim value As Boolean
 
value = instance.PopulateJunctionsForIncidentDevice(row, jumperRows, canceledElements)
public bool 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