Eplan Platform API
Eplan.EplApi.DataModel.Topology Namespace / Segment Class / EndSymbolReference Property

EndSymbolReference Property (Segment)
Returns the second of two Eplan.EplApi.DataModel.SymbolReferences connected by this segment.
Syntax
public SymbolReference EndSymbolReference {get; set;}

Property Value

Exceptions
ExceptionDescription
Thrown when it is impossible to read the SymbolReference from project.
Remarks
After setting value to this property the EndPoint position is not automaticly updated. To update it, please use method UpdatePage() or UpdateTopologySegment of class Eplan.EplApi.HEServices.TopologyService.
See Also