ArcFM Engine Developer Guide
Evaluate(IDictionary,DataRow) Method


Syntax
'Declaration
 
Protected Overloads Overridable Function Evaluate( _
   ByVal arguments As IDictionary, _
   ByVal row As DataRow _
) As Boolean
'Usage
 
Dim instance As HandleConfirmedIncidentDevice
Dim arguments As IDictionary
Dim row As DataRow
Dim value As Boolean
 
value = instance.Evaluate(arguments, row)
protected virtual bool Evaluate( 
   IDictionary arguments,
   DataRow row
)

Parameters

arguments
row
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

HandleConfirmedIncidentDevice Class
HandleConfirmedIncidentDevice Members
Overload List

 

 


Send Comment