ArcFM Responder Mobile 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 System.Integer, _
   ByVal facilityId As System.String _
)
'Usage
 
Dim fcid As System.Integer
Dim facilityId As System.String
 
Dim instance As New CreateIncidentOnDevice(fcid, facilityId)
public CreateIncidentOnDevice( 
   System.int fcid,
   System.string facilityId
)
public CreateIncidentOnDevice( 
    fcid: System.Integer;
    facilityId: System.String
); 
public function CreateIncidentOnDevice( 
   fcid : System.int,
   facilityId : System.String
);
public: CreateIncidentOnDevice( 
   System.int fcid,
   System.string* facilityId
)
public:
CreateIncidentOnDevice( 
   System.int fcid,
   System.String^ facilityId
)

Parameters

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