ArcFM Responder Mobile 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
)
public procedure Add( 
    loadpointRecord: LoadpointRecord
); 
public function Add( 
   loadpointRecord : LoadpointRecord
);
public: void Add( 
   LoadpointRecord* 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutageAccumulator Class
OutageAccumulator Members

Send Feedback