ArcFM Engine Developer Guide
Add Method (OutageAccumulator)


Loadpoint Record to add to accumulator
Add loadpoint record to accumulator
Syntax
'Declaration
 
Public Sub Add( _
   ByVal loadpointRecord As LoadpointRecord _
) 
'Usage
 
Dim instance As OutageAccumulator
Dim loadpointRecord As LoadpointRecord
 
instance.Add(loadpointRecord)
public void Add( 
   LoadpointRecord 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