ArcFM Engine Developer Guide
Insert Method (CauseOutageAccumulator)


Incident Cause
Loadpoint record from Archive Db
Insert loadpoint record related to specified cause
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal cause As Integer, _
   ByVal loadpointRecord As LoadpointRecord _
) 
'Usage
 
Dim instance As CauseOutageAccumulator
Dim cause As Integer
Dim loadpointRecord As LoadpointRecord
 
instance.Insert(cause, loadpointRecord)
public void Insert( 
   int cause,
   LoadpointRecord loadpointRecord
)

Parameters

cause
Incident Cause
loadpointRecord
Loadpoint record from Archive Db
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

CauseOutageAccumulator Class
CauseOutageAccumulator Members

 

 


Send Comment