Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / EndPoint Property

In This Topic
    EndPoint Property (DimensionItem)
    In This Topic
    Gets or sets the end point of the DimensionItem.
    Syntax
    public PointD EndPoint {get; set;}
    public:
    property PointD EndPoint {
       PointD get();
       void set (    PointD value);
    }
    Remarks
    In case of a linear DimensionItem, this specifies the actual location of the dimension line. When setting this property in that case, only one of the point's coordinates is changed (X for vertical and Y for horizontal dimension lines).
    See Also