ArcFM Responder Mobile Developer Guide
MarkAsPredicted Method






Determines whether or not the dataset used to submit an incident will be marked in the Extended Properties as "Predicted". This setting will determine if the incident is submitted to Prediction Services. If the setting is true then Data Services will not send the dataset to Prediction Services, since the assumption is that some determination has already been made that the incident is at the desired location. If the setting is false then Data Services will submit the dataset to Prediction Services so that a prediction is run, and a new incident may be created at an upstream location.
Syntax
'Declaration
 
Public Sub MarkAsPredicted() 
'Usage
 
Dim instance As CreateIncidentOnDevice
 
instance.MarkAsPredicted()
public void MarkAsPredicted()
public procedure MarkAsPredicted(); 
public function MarkAsPredicted();
public: void MarkAsPredicted(); 
public:
void MarkAsPredicted(); 
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

Send Feedback