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

In This Topic
    ConvertToGraphics Method (SymbolReference)
    In This Topic
    Converts the symbol representing this object into a group of graphical placements.
    Syntax
    public Group ConvertToGraphics()
    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