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.

LeaderLine Properties

The LeaderLine type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets or sets the attributes of the current object. Only attributes of the same type as the object are allowed.
(Inherited from DrawingObject.)
Public propertyElbowPoints
The leader line's elbow points (middle points).
Public propertyEndPoint
The end point of the leader line (set by the parent object).
Public propertyLeaderLineType
Gets the type of the leader line. For a list of the available leader line types see LeaderLineLeaderLineTypes.
Public propertyQueryReturnValue
Status information about the latest database operation (select, insert, modify, delete).
(Inherited from DatabaseObject.)
Public propertyStartPoint
The starting point of the leader line.
Top
See Also