ArcFM Server Developer Guide
RemoveDuctFromList Method


Syntax
'Declaration
 
Sub RemoveDuctFromList( _
   ByVal pDuctList As ID8List, _
   ByVal lDuctNumber As Integer _
) 
'Usage
 
Dim instance As IMMDuctBank
Dim pDuctList As ID8List
Dim lDuctNumber As Integer
 
instance.RemoveDuctFromList(pDuctList, lDuctNumber)
void RemoveDuctFromList( 
   ID8List pDuctList,
   int lDuctNumber
)

Parameters

pDuctList
lDuctNumber
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