Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / EndSymbolReference Property

In This Topic
    EndSymbolReference Property (Connection)
    In This Topic
    Returns the second of two SymbolReferences connected by this connection.
    Syntax
    public SymbolReference EndSymbolReference {get;}
    public:
    property SymbolReference^ EndSymbolReference {
       SymbolReference^ get();
    }

    Property Value

    • the second of two SymbolReferences connected by this connection,
    • null when there is no SymbolReference on this end of the connection.
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to read the SymbolReference from project.
    See Also