ArcFM Engine Developer Guide
AverageOutageTimeSpan Method


The identifier of the region.
The number of customers affected in the region.
The average time span the affected customers have been without power.
Accesses information on the average outage time spans associated with a region.
Syntax
'Declaration
 
Public Function AverageOutageTimeSpan( _
   ByVal regionId As Integer, _
   ByRef count As Integer, _
   ByRef timeSpan As TimeSpan _
) As Boolean
'Usage
 
Dim instance As AverageOutageTimeRequest
Dim regionId As Integer
Dim count As Integer
Dim timeSpan As TimeSpan
Dim value As Boolean
 
value = instance.AverageOutageTimeSpan(regionId, count, timeSpan)
public bool AverageOutageTimeSpan( 
   int regionId,
   out int count,
   out TimeSpan timeSpan
)

Parameters

regionId
The identifier of the region.
count
The number of customers affected in the region.
timeSpan
The average time span the affected customers have been without power.

Return Value

True if the region has outage information, else false.
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

AverageOutageTimeRequest Class
AverageOutageTimeRequest Members

 

 


Send Comment