ArcFM Engine Developer Guide
GetDuctFromList Method (DuctBankConfig)


Syntax
'Declaration
 
Public Function GetDuctFromList( _
   ByVal pList As ID8List, _
   ByVal ductNumber As Integer _
) As IMMDuctDefinition
'Usage
 
Dim instance As DuctBankConfig
Dim pList As ID8List
Dim ductNumber As Integer
Dim value As IMMDuctDefinition
 
value = instance.GetDuctFromList(pList, ductNumber)
public IMMDuctDefinition GetDuctFromList( 
   ID8List pList,
   int ductNumber
)

Parameters

pList
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 Feedback