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.

Hideable Methods

The Hideable type exposes the following members.

Methods
  NameDescription
Public methodHideFromDrawing
Hides this object from the whole drawing. Calling Modify on the object is required to hide the object.
Public methodHideFromDrawingView
Hides this object from the drawing view. Calling Modify on the object is required to hide the object.
Public methodShowInDrawing
Shows this object in the whole drawing. Calling Modify on the object is required to show the object.
Public methodShowInDrawingView
Shows this object in the drawing view. Calling Modify on the object is required to show the object.
Top
See Also