API Help
Eplan.EplApi.DataModel Namespace / SymbolReference Class / ConvertToGraphics Method

ConvertToGraphics Method (SymbolReference)
Converts the symbol representing this object into a group of graphical placements.
Syntax
public Group ConvertToGraphics()

Return Value

A Group of graphical placements that the symbol is converted into.
Exceptions
ExceptionDescription
Thrown when the internal interface is not accessible and the conversion cannot be executed.
Thrown when this object is not placed.
Remarks
Note: After successful conversion this object is not valid anymore.
See Also