This method performs the queries necessary to build the list.
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
|
|
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.