Responder Developer Guide
CreateSwitchingIncident Method


Syntax
'Declaration
 
Protected Function CreateSwitchingIncident( _
   ByVal closingPhases As Phases, _
   ByVal remarks As String, _
   ByVal timeOperation As Date, _
   ByVal remarksDevice As String _
) As IncidentsObject
'Usage
 
Dim instance As RapidDataExecutorBase
Dim closingPhases As Phases
Dim remarks As String
Dim timeOperation As Date
Dim remarksDevice As String
Dim value As IncidentsObject
 
value = instance.CreateSwitchingIncident(closingPhases, remarks, timeOperation, remarksDevice)
protected IncidentsObject CreateSwitchingIncident( 
   Phases closingPhases,
   string remarks,
   DateTime timeOperation,
   string remarksDevice
)

Parameters

closingPhases
remarks
timeOperation
remarksDevice
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

RapidDataExecutorBase Class
RapidDataExecutorBase Members

 

 


Send Comment