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.

DrawingObjectEnumerator Methods

The DrawingObjectEnumerator type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Allows the usage of the foreach statement with DrawingObjectEnumerator.
(Inherited from DrawingEnumeratorBase.)
Public methodGetSize
Returns the total amout of items.
(Inherited from DrawingEnumeratorBase.)
Public methodMoveNext
Moves to the next item in the enumerator.
(Inherited from DrawingEnumeratorBase.)
Public methodReset
Resets the enumerator to the beginning.
(Inherited from DrawingEnumeratorBase.)
Top
See Also