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.

WrappingType Enumeration

Enumeration for wrapping type.

Namespace:  Tekla.Structures.Forming
Assembly:  Tekla.Structures (in Tekla.Structures.dll) Version: 2023.0.1
Syntax
public enum WrappingType
Members
  Member nameValueDescription
NOT_SPECIFIED0 Not specified, default value.
WRAPPED1 Indicates wrapped item.
UNWRAPPED2 Indicates unwrapped item.
See Also