Responder Developer Guide
InitializeRow(DatarowDecorator,DatarowDecorator,DoubleEditView) Method


Syntax
'Declaration
 
Protected Overloads Sub InitializeRow( _
   ByVal topDecorator As DatarowDecorator, _
   ByVal bottomDecorator As DatarowDecorator, _
   ByVal doubleEditView As DoubleEditView _
) 
'Usage
 
Dim instance As EditViewForm
Dim topDecorator As DatarowDecorator
Dim bottomDecorator As DatarowDecorator
Dim doubleEditView As DoubleEditView
 
instance.InitializeRow(topDecorator, bottomDecorator, doubleEditView)
protected void InitializeRow( 
   DatarowDecorator topDecorator,
   DatarowDecorator bottomDecorator,
   DoubleEditView doubleEditView
)

Parameters

topDecorator
bottomDecorator
doubleEditView
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

EditViewForm Class
EditViewForm Members
Overload List

 

 


Send Comment