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;}
    public:
    property PointD EndPoint {
       PointD get();
       void set (    PointD value);
    }

    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