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.

PickerPickPoints Method

Overload List
  NameDescription
Public methodPickPoints(StringList)
Requests picks of points from the user. The sequence is terminated by the middle button pick. Returns the picked points in the view coordinates and the view in which the pick occurred.
Public methodPickPoints(Int32, StringList)
Requests N picks of points from the user. Returns the picked points in the view coordinates and the view in which the pick occurred.
Public methodPickPoints(StringList, PointList, ViewBase)
Requests picks of points from the user. The sequence is terminated by the middle button pick.
Public methodPickPoints(Int32, StringList, PointList, ViewBase)
Requests N picks of points from the user.
Top
See Also