ArcFM Engine Developer Guide
ConsolidateIncidentsRequest Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal combinedID As Integer, _
   ByVal otherincidents As List(Of Integer), _
   ByVal obj As IncidentsObject _
)
'Usage
 
Dim combinedID As Integer
Dim otherincidents As List(Of Integer)
Dim obj As IncidentsObject
 
Dim instance As New ConsolidateIncidentsRequest(combinedID, otherincidents, obj)
public ConsolidateIncidentsRequest( 
   int combinedID,
   List<int> otherincidents,
   IncidentsObject obj
)

Parameters

combinedID
otherincidents
obj
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

ConsolidateIncidentsRequest Class
ConsolidateIncidentsRequest Members

 

 


Send Comment