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

EndSymbolReference Property (Connection)
Returns the second of two SymbolReferences connected by this connection.
Syntax
public SymbolReference EndSymbolReference {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