ArcFM Engine Developer Guide
CreateIncidentOnDevice Constructor(Int32,String)


The feature class ID.
The facility ID.
Initializes a new instance of the CreateIncidentOnDevice class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fcid As Integer, _
   ByVal facilityId As String _
)
'Usage
 
Dim fcid As Integer
Dim facilityId As String
 
Dim instance As New CreateIncidentOnDevice(fcid, facilityId)
public CreateIncidentOnDevice( 
   int fcid,
   string facilityId
)

Parameters

fcid
The feature class ID.
facilityId
The facility ID.
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

CreateIncidentOnDevice Class
CreateIncidentOnDevice Members
Overload List

 

 


Send Comment