ArcFM Engine Developer Guide
CreateIncidentOnDevice Constructor(Int32,Int32,Int32)


The feature class ID.
The object ID.
The SubID. defaults to 0 (not required for line features)
Initializes a new instance of the CreateIncidentOnDevice class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fcid As Integer, _
   ByVal oid As Integer, _
   Optional ByVal subId As Integer _
)
'Usage
 
Dim fcid As Integer
Dim oid As Integer
Dim subId As Integer
 
Dim instance As New CreateIncidentOnDevice(fcid, oid, subId)
public CreateIncidentOnDevice( 
   int fcid,
   int oid,
   int subId
)

Parameters

fcid
The feature class ID.
oid
The object ID.
subId
The SubID. defaults to 0 (not required for line features)
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