API Help
Eplan.EplApi.DataModel.Graphics Namespace / Rectangle Class / UpperRightCorner Property

In This Topic
    UpperRightCorner Property
    In This Topic
    Returns upper right corner's coordinates.
    Syntax
    public PointD UpperRightCorner {get;}
    public:
    property PointD UpperRightCorner {
       PointD get();
    }

    Property Value

    Eplan.EplApi.Base.PointD upper right corner's coordinates.
    Exceptions
    ExceptionDescription
    Thrown when coordinates cannot be get.
    See Also