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.

SectionMarkBaseSectionMarkTagAttributesTagShowOnSide Enumeration

The values that determine on which side(s) the mark tag text is shown.

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.1
Syntax
public enum TagShowOnSide
Members
  Member nameValueDescription
ShowOnBothSides1 Show on both sides.
ShowOnLeftSideOnly2 Show only on the left side.
ShowOnRightSideOnly3 Show only on the right side.
See Also