API Help
Eplan.EplApi.DataModel.Topology Namespace / Segment Class / StartSymbolReference Property

StartSymbolReference Property (Segment)
Returns the first of two Eplan.EplApi.DataModel.SymbolReferences connected by this segment.
Syntax
public SymbolReference StartSymbolReference {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 StartPoint position is not automaticly updated. To update it, please use method UpdatePage() or UpdateTopologySegment of class Eplan.EplApi.HEServices.TopologyService.
See Also