Responder Developer Guide
EvaluateToBool Method (VbsEngine)


Syntax
'Declaration
 
Public Function EvaluateToBool( _
   ByVal dataRow As DataRow, _
   ByVal methodName As String, _
   ByVal expression As String, _
   ByVal columnNames() As String _
) As Boolean
'Usage
 
Dim instance As VbsEngine
Dim dataRow As DataRow
Dim methodName As String
Dim expression As String
Dim columnNames() As String
Dim value As Boolean
 
value = instance.EvaluateToBool(dataRow, methodName, expression, columnNames)
public bool EvaluateToBool( 
   DataRow dataRow,
   string methodName,
   string expression,
   string[] columnNames
)

Parameters

dataRow
methodName
expression
columnNames
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

VbsEngine Class
VbsEngine Members

 

 


Send Comment