CreateDisplayList(SymbolVariant) Method
                In This Topic
            
            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.
            
            
            Syntax
            
        
            Parameters
- pSymbolVariant
- SymbolVariant object.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of invalid parameters. | 
| ArgumentNullException | A null reference is passed to a
                                        parameter. | 
| BaseException | An error occurred, when creating the
                                display list. | 
See Also