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