Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / GraphicalConnections Property

In This Topic
    GraphicalConnections Property
    In This Topic
    An array of SymbolReference.GraphicalConnection objects representing all auto-connecting lines connected to the pins of the symbol. This property may be useful to check graphical layout of connections associated with the symbol (including T-nodes, corners, etc.).
    Syntax
    public SymbolReference.GraphicalConnection[] GraphicalConnections {get;}
    See Also