ArcFM Server Developer Guide
WriteDuctBankConfig Method (DuctBankConfig)


Syntax
'Declaration
 
Public Function WriteDuctBankConfig( _
   ByVal lColumns As Integer, _
   ByVal lRows As Integer _
) As Boolean
'Usage
 
Dim instance As DuctBankConfig
Dim lColumns As Integer
Dim lRows As Integer
Dim value As Boolean
 
value = instance.WriteDuctBankConfig(lColumns, lRows)
public 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

DuctBankConfig Class
DuctBankConfig Members

 

 


Send Comment