ArcFM Server Developer Guide
GetDuctFromList Method


Syntax
'Declaration
 
Function GetDuctFromList( _
   ByVal pList As ID8List, _
   ByVal lDuctNumber As Integer _
) As IMMDuctDefinition
'Usage
 
Dim instance As IMMDuctBank
Dim pList As ID8List
Dim lDuctNumber As Integer
Dim value As IMMDuctDefinition
 
value = instance.GetDuctFromList(pList, lDuctNumber)
IMMDuctDefinition GetDuctFromList( 
   ID8List pList,
   int lDuctNumber
)

Parameters

pList
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