Responder Developer Guide
VbsEvaluator Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal methodName As String, _
   ByVal expression As String, _
   ByVal dataTable As DataTable _
)
'Usage
 
Dim methodName As String
Dim expression As String
Dim dataTable As DataTable
 
Dim instance As New VbsEvaluator(methodName, expression, dataTable)
public VbsEvaluator( 
   string methodName,
   string expression,
   DataTable dataTable
)

Parameters

methodName
expression
dataTable
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

VbsEvaluator Class
VbsEvaluator Members

 

 


Send Comment