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

In This Topic
StartPoint Property (Segment)
In This Topic
Returns start point of this segment.
Syntax
public PointD StartPoint {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 StartSymbolReference is set.
See Also