ArcFM Desktop Developer Guide
BuildList Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

ID8List
This method performs the queries necessary to build the list.
Syntax
'Declaration
 
Sub BuildList( _
   ByVal pList As ID8List _
) 
'Usage
 
Dim instance As IMMListBuilder
Dim pList As ID8List
 
instance.BuildList(pList)
void BuildList( 
   ID8List pList
)

Parameters

pList
ID8List
Example
The following code sample demonstrates how the IMMListBuilder::Name property may be implemented.
Visual Basic Copy Code

Private Sub IMMListBuilder_BuildList(ByVal pList As mmGeodatabase.ID8List)

Dim pDynoList As IMMDynamicList
Dim pNodeEdit As IMMPxNodeEdit
Dim pPxNode As IMMPxNode
Dim pDictionary As IDictionary

If Not Typeof pList Is IMMPxNode Then Exit Sub

Set pPxNode = pList

Set pDictionary = pList

'QI the dictionary interface

AddNodes pList

End Sub

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

IMMListBuilder Interface
IMMListBuilder Members

 

 


Send Comment