ArcFM Solution Developer Guide
Evaluate(IDictionary,DataRow) Method


Syntax
'Declaration
 
Protected Overloads Overridable Function Evaluate( _
   ByVal arguments As System.Collections.IDictionary, _
   ByVal row As System.Data.DataRow _
) As System.Boolean
'Usage
 
Dim instance As HandleConfirmedIncident
Dim arguments As System.Collections.IDictionary
Dim row As System.Data.DataRow
Dim value As System.Boolean
 
value = instance.Evaluate(arguments, row)
protected virtual System.bool Evaluate( 
   System.Collections.IDictionary arguments,
   System.Data.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

HandleConfirmedIncident Class
HandleConfirmedIncident Members
Overload List

 

 


Send Comment