ArcFM Desktop Overview > Designer Overview > Designer Objects |
Designer objects provides a means to maintain and synchronize data between ArcMap and your work management system. The design of D8Core makes use of the fact that there are several fundamental concepts that exist across the different objects.
Three interfaces have been created to support these concepts:
Designer utilizes the D8List/D8ListItem structure for list trees (Figure 1). The list items implement D8List, thereby allowing them to contain child list items. The end result is a list structure that allows items to be stored in a hierarchical fashion, as shown in Figure 2.
Figure 1, Design tab
Figure 2, Designer Objects structure
This structure allows you to get a reference to the D8TopLevel and traverse it like a list, whereby you can QI the appropriate list items to get to a particular Designer object.