API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

Rectangle Properties

The Rectangle type exposes the following members.

Properties
  NameDescription
Public propertyAngle
The angle of the rectangle. The rectangle rotates around its start point.
Public propertyAttributes
The attributes of the rectangle.
Public propertyEndPoint
The end point of the rectangle.
Public propertyHeight
The height of the rectangle. Changing the height changes the end point with the height.
Public propertyHideable
Accesses the information if this object is hidden or not or if it should be.
(Inherited from GraphicObject.)
Public propertyQueryReturnValue
Status information about the latest database operation (select, insert, modify, delete).
(Inherited from DatabaseObject.)
Public propertyStartPoint
The start point of the rectangle. Changing this will move the rectangle.
Public propertyWidth
The width of the rectangle. Changing the width changes the end point with the width.
Top
See Also