ArcFM Solution 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 System.Integer, _
   ByVal oid As System.Integer, _
   Optional ByVal subId As System.Integer _
)
'Usage
 
Dim fcid As System.Integer
Dim oid As System.Integer
Dim subId As System.Integer
 
Dim instance As New CreateIncidentOnDevice(fcid, oid, subId)
public CreateIncidentOnDevice( 
   System.int fcid,
   System.int oid,
   System.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