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

In This Topic
    CreateDisplayList(SymbolVariant,Boolean) Method
    In This Topic
    Creates a display list for a symbol variant. Removes the representation of previously displayed objects when creating a new list. If parameter bReturnSymbolConnectionPointsData is TRUE, return also a structure with information about the symbol variant's connection points
    Syntax

    Parameters

    pSymbolVariant
    SymbolVariant object.
    bReturnSymbolConnectionPointsData

    Return Value

    If bReturnSymbolConnectionPointsData is TRUE, returns information about the symbol variant's connection points. Each item in the returned list is a pair of values representing one connection point. Key is the connection point's location. Value is the connection point's direction (1 - up, 2 - right, 4 - down, 8 - left). If bReturnSymbolConnectionPointsData is FALSE, an empty list is returned.
    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