Responder Developer Guide
Initialize Method (DatarowGridSelectForm)


Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal decorator As InfraGridDatasetDecorator, _
   ByVal caption As String _
) 
'Usage
 
Dim instance As DatarowGridSelectForm
Dim decorator As InfraGridDatasetDecorator
Dim caption As String
 
instance.Initialize(decorator, caption)
public void Initialize( 
   InfraGridDatasetDecorator decorator,
   string caption
)

Parameters

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

DatarowGridSelectForm Class
DatarowGridSelectForm Members

 

 


Send Comment