ArcFM Engine Developer Guide
UnassignedIncidentCallCount Property


Gets and sets the number of calls in the region that have not yet been assigned an incident.
Syntax
'Declaration
 
Public Property UnassignedIncidentCallCount As Integer
'Usage
 
Dim instance As RegionCallStatus
Dim value As Integer
 
instance.UnassignedIncidentCallCount = value
 
value = instance.UnassignedIncidentCallCount
public int UnassignedIncidentCallCount {get; set;}
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

RegionCallStatus Class
RegionCallStatus Members

 

 


Send Comment