In This Topic
            
            Creates a display list for a symbol variant. Removes the representation of previously displayed objects when creating a new list. If parameter bReturnSymbolConnectionPointsData is TRUE, return also a structure with information about the symbol variant's connection points
            
            Overload List
| Overload | Description | 
|---|
| CreateDisplayList(SymbolVariant,Boolean) | Creates a display list for a symbol variant. Removes the representation of previously displayed objects when creating a new list. If parameter bReturnSymbolConnectionPointsData is TRUE, return also a structure with information about the symbol variant's connection points | 
| CreateDisplayList(Page[]) | Creates a display list for an array of page. Removes the representation of previously displayed objects when creating a new list. | 
| CreateDisplayList(SymbolVariant) | Creates a display list for a symbol variant. A display list is a set of graphical placements to be drawn. Removes the representation of previously displayed objects when creating a new list. | 
| CreateDisplayList(WindowMacro) | Creates a display list for a macro. A display list is a set of graphical placements to be drawn. Removes the representation of previously displayed objects when creating a new list. | 
| CreateDisplayList(String,String,RepresentationType,Int32,Project) | Creates a display list for a macro. A display list is a set of graphical placements to be drawn. Removes the representation of previously displayed objects when creating a new list. | 
| CreateDisplayList(String,String,Int32,Project) | Creates a display list for a macro. A display list is a set of graphical placements to be drawn. Removes the representation of previously displayed objects when creating a new list. | 
| CreateDisplayList(Placement) | Creates a display list for a placement. Removes the representation of previously displayed objects when creating a new list. | 
| CreateDisplayList(StorableObject[]) | Creates a display list for an array of StorableObjects. | 
| CreateDisplayList(Placement[]) | Creates a display list for an array of placements. | 
See Also