Responder Developer Guide
Initialize(InfraTreeDatasetDecorator,String,DataRow[]) Method


Syntax
'Declaration
 
Public Overloads Sub Initialize( _
   ByVal decorator As InfraTreeDatasetDecorator, _
   ByVal caption As String, _
   ByVal startSelection() As DataRow _
) 
'Usage
 
Dim instance As DatarowTreeSelectForm
Dim decorator As InfraTreeDatasetDecorator
Dim caption As String
Dim startSelection() As DataRow
 
instance.Initialize(decorator, caption, startSelection)
public void Initialize( 
   InfraTreeDatasetDecorator decorator,
   string caption,
   DataRow[] startSelection
)

Parameters

decorator
caption
startSelection
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

DatarowTreeSelectForm Class
DatarowTreeSelectForm Members
Overload List

 

 


Send Comment