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.

PointListIndexOf Method

Overload List
  NameDescription
Public methodIndexOf(Point)
Gets the index of the specified point.
Public methodIndexOf(Point, Int32)
Gets the index of the specified point between the index to start the search from and the end of the list.
Public methodIndexOf(Point, Int32, Int32)
Gets the index of the specified point between the index to start the search from and startIndex + count.
Top
See Also