Responder Developer Guide
JumperDevicePoint Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal deviceName As String, _
   ByVal feeders As String, _
   ByVal devicePhases As Phases, _
   ByVal energizedPhases As Phases _
)
'Usage
 
Dim deviceName As String
Dim feeders As String
Dim devicePhases As Phases
Dim energizedPhases As Phases
 
Dim instance As New JumperDevicePoint(deviceName, feeders, devicePhases, energizedPhases)
public JumperDevicePoint( 
   string deviceName,
   string feeders,
   Phases devicePhases,
   Phases energizedPhases
)

Parameters

deviceName
feeders
devicePhases
energizedPhases
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

JumperDevicePoint Class
JumperDevicePoint Members

 

 


Send Comment