ArcFM Engine Developer Guide
ChangeFaultRequest Constructor


Change the outage device from the originalDevice to the newDevice
Syntax
'Declaration
 
Public Function New( _
   ByVal incidentID As Integer, _
   ByVal originalDevice As DeviceInfo, _
   ByVal newDevice As DeviceInfo _
)
'Usage
 
Dim incidentID As Integer
Dim originalDevice As DeviceInfo
Dim newDevice As DeviceInfo
 
Dim instance As New ChangeFaultRequest(incidentID, originalDevice, newDevice)
public ChangeFaultRequest( 
   int incidentID,
   DeviceInfo originalDevice,
   DeviceInfo newDevice
)

Parameters

incidentID
originalDevice
newDevice
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

ChangeFaultRequest Class
ChangeFaultRequest Members

 

 


Send Comment