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

In This Topic
EndPoint Property (Segment)
In This Topic
Returns end point of this segment.
Syntax
public PointD EndPoint {get; set;}

Property Value

Eplan.EplApi.Base.PointD - start point of this segment.
Remarks
This property is automatically updated by methods Eplan.EplApi.HEServices.TopologyService.UpdatePage() or Eplan.EplApi.HEServices.TopologyService.UpdateTopologySegment() if EndSymbolReference is set.
See Also