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

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

    Parameters

    pSymbolVariant
    SymbolVariant object.
    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