Responder Developer Guide
RowAppearance Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal evaluator As EvaluatorBase, _
   ByVal dataTable As DataTable, _
   ByVal childAction As RowAppearanceChildAction _
)
'Usage
 
Dim key As String
Dim caption As String
Dim description As String
Dim evaluator As EvaluatorBase
Dim dataTable As DataTable
Dim childAction As RowAppearanceChildAction
 
Dim instance As New RowAppearance(key, caption, description, evaluator, dataTable, childAction)
public RowAppearance( 
   string key,
   string caption,
   string description,
   EvaluatorBase evaluator,
   DataTable dataTable,
   RowAppearanceChildAction childAction
)

Parameters

key
caption
description
evaluator
dataTable
childAction
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

RowAppearance Class
RowAppearance Members

 

 


Send Comment