API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / CreateDisplayList Method / CreateDisplayList(WindowMacro) Method
WindowMacro object.

In This Topic
    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
    public void CreateDisplayList( 
       WindowMacro pWindowMacro
    )
    public:
    void CreateDisplayList( 
       WindowMacro^ pWindowMacro
    ) 

    Parameters

    pWindowMacro
    WindowMacro object.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters, e.g. a wrong path.
    A null reference is passed to a parameter.
    An error occurred, when creating the display list.
    See Also