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

CreateDisplayList(WindowMacro) Method
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
)

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