ArcFM Engine 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()
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

 

 


Send Comment