| Revit 2022.1 API |
| Rectangle..::..Right Property |
| Rectangle Class See Also |
The x-coordinate of the bottom-right corner of the rectangle.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Syntax
| C# |
|---|
public int Right { get; set; } |
| Visual Basic |
|---|
Public Property Right As Integer Get Set |
| Visual C++ |
|---|
public: property int Right { int get (); void set (int value); } |