Responder Developer Guide
Initialize(DatarowDecorator,Int32,Int32,Int32,Int32) Method


Syntax
'Declaration
 
Public Overloads Sub Initialize( _
   ByVal decorator As DatarowDecorator, _
   ByVal itemRows As Integer, _
   ByVal itemHeight As Integer, _
   ByVal itemWidth As Integer, _
   ByVal itemNameWidth As Integer _
) 
'Usage
 
Dim instance As DatarowEditView
Dim decorator As DatarowDecorator
Dim itemRows As Integer
Dim itemHeight As Integer
Dim itemWidth As Integer
Dim itemNameWidth As Integer
 
instance.Initialize(decorator, itemRows, itemHeight, itemWidth, itemNameWidth)
public void Initialize( 
   DatarowDecorator decorator,
   int itemRows,
   int itemHeight,
   int itemWidth,
   int itemNameWidth
)

Parameters

decorator
itemRows
itemHeight
itemWidth
itemNameWidth
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

DatarowEditView Class
DatarowEditView Members
Overload List

 

 


Send Comment