ArcFM Solution Developer Guide
ConsolidateIncidentsRequest Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal combinedID As System.Integer, _
   ByVal otherincidents As System.Collections.Generic.List(Of Integer), _
   ByVal obj As IncidentsObject _
)
'Usage
 
Dim combinedID As System.Integer
Dim otherincidents As System.Collections.Generic.List(Of Integer)
Dim obj As IncidentsObject
 
Dim instance As New ConsolidateIncidentsRequest(combinedID, otherincidents, obj)
public ConsolidateIncidentsRequest( 
   System.int combinedID,
   System.Collections.Generic.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