ArcFM Server Developer Guide
WriteDuctBankConfig Method


Syntax
'Declaration
 
Function WriteDuctBankConfig( _
   ByVal lColumns As Integer, _
   ByVal lRows As Integer _
) As Boolean
'Usage
 
Dim instance As IMMDuctBank
Dim lColumns As Integer
Dim lRows As Integer
Dim value As Boolean
 
value = instance.WriteDuctBankConfig(lColumns, lRows)
bool WriteDuctBankConfig( 
   int lColumns,
   int lRows
)

Parameters

lColumns
lRows
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

IMMDuctBank Interface
IMMDuctBank Members

 

 


Send Comment