ArcFM Engine Developer Guide
RemoveDuctFromList Method (DuctBankConfig)


Syntax
'Declaration
 
Public Sub RemoveDuctFromList( _
   ByVal ductList As ID8List, _
   ByVal ductNumber As Integer _
) 
'Usage
 
Dim instance As DuctBankConfig
Dim ductList As ID8List
Dim ductNumber As Integer
 
instance.RemoveDuctFromList(ductList, ductNumber)
public void RemoveDuctFromList( 
   ID8List ductList,
   int ductNumber
)

Parameters

ductList
ductNumber
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