Responder Developer Guide
IncidentCreatedEvent Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal id As Integer, _
   ByVal outagePhases As Phases, _
   ByVal feature As FeatureID _
)
'Usage
 
Dim id As Integer
Dim outagePhases As Phases
Dim feature As FeatureID
 
Dim instance As New IncidentCreatedEvent(id, outagePhases, feature)
public IncidentCreatedEvent( 
   int id,
   Phases outagePhases,
   FeatureID feature
)

Parameters

id
outagePhases
feature
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

IncidentCreatedEvent Class
IncidentCreatedEvent Members

 

 


Send Comment