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

StartSymbolReference Property (Connection)
Returns the first of two SymbolReferences connected by this connection.
Syntax
public SymbolReference StartSymbolReference {get;}

Property Value

  • the first 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