Responder Developer Guide
CallbackLoadpointList Constructor(DataRow[],DataRowVersion)


An array of RX_LOADPOINTS table records.
The version of the row to obtain the loadpoint info.
Constructs a list of CallbackDevice objects.
Syntax
'Declaration
 
Public Function New( _
   ByVal loadpointRows() As DataRow, _
   ByVal rowVersion As DataRowVersion _
)
'Usage
 
Dim loadpointRows() As DataRow
Dim rowVersion As DataRowVersion
 
Dim instance As New CallbackLoadpointList(loadpointRows, rowVersion)
public CallbackLoadpointList( 
   DataRow[] loadpointRows,
   DataRowVersion rowVersion
)

Parameters

loadpointRows
An array of RX_LOADPOINTS table records.
rowVersion
The version of the row to obtain the loadpoint info.
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

CallbackLoadpointList Class
CallbackLoadpointList Members
Overload List

 

 


Send Comment