CreateDisplayList(SymbolVariant,Boolean) Method
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
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.
Exception | Description |
ArgumentException | Thrown in case of invalid parameters. |
ArgumentNullException | A null reference is passed to a
parameter. |
BaseException | An error occurred, when creating the
display list. |