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


Syntax
'Declaration
 
Public Overloads Sub Initialize( _
   ByVal decorator As InfraTreeDatasetDecorator, _
   ByVal selectedRows() As DataRow _
) 
'Usage
 
Dim instance As DatasetTreeSelectControl
Dim decorator As InfraTreeDatasetDecorator
Dim selectedRows() As DataRow
 
instance.Initialize(decorator, selectedRows)
public void Initialize( 
   InfraTreeDatasetDecorator decorator,
   DataRow[] selectedRows
)

Parameters

decorator
selectedRows
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

DatasetTreeSelectControl Class
DatasetTreeSelectControl Members
Overload List

 

 


Send Comment