API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / CreateDisplayList Method / CreateDisplayList(Placement) Method
placement to be drawn.

In This Topic
    CreateDisplayList(Placement) Method
    In This Topic
    Creates a display list for a placement. Removes the representation of previously displayed objects when creating a new list.
    Syntax
    public void CreateDisplayList( 
       Placement placement
    )
    public:
    void CreateDisplayList( 
       Placement^ placement
    ) 

    Parameters

    placement
    placement to be drawn.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    A null reference is passed to a parameter.
    An error occurred, when creating the display list.
    See Also