Responder Developer Guide
Add Method (OutageAccumulator)


Loadpoint Record to add to accumulator
Add loadpoint record to accumulator
Syntax
public void Add( 
   LoadpointRecord loadpointRecord
)
'Declaration
 
Public Sub Add( _
   ByVal loadpointRecord As LoadpointRecord _
) 
 
'Usage
 
Dim instance As OutageAccumulator
Dim loadpointRecord As LoadpointRecord
 
instance.Add(loadpointRecord)

Parameters

loadpointRecord
Loadpoint Record to add to accumulator

Return Value

True if added loadpoint record overlaps with another already added loadpoint record
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

OutageAccumulator Class
OutageAccumulator Members

 

 


Send Comment