ArcFM Responder Mobile 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
)
public CreateIncidentOnDevice( 
    fcid: System.Integer;
    oid: System.Integer;
    subId: System.Integer
); 
public function CreateIncidentOnDevice( 
   fcid : System.int,
   oid : System.int,
   subId : System.int
);
public: CreateIncidentOnDevice( 
   System.int fcid,
   System.int oid,
   System.int 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CreateIncidentOnDevice Class
CreateIncidentOnDevice Members
Overload List

Send Feedback