ComponentItemComponentTypeEnum Enumeration |
Defines the different component types.
Namespace: Tekla.Structures.Catalogs
Assembly: Tekla.Structures.Catalogs (in Tekla.Structures.Catalogs.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
UNKNOWN | 0 | The unknown component type. | |
CONNECTION | 24 | The component type is connection. | |
COMPONENT | 25 | The component type is component. | |
SEAM | 26 | The component type is seam. | |
DETAIL | 27 | The component type is detail. | |
CUSTOM_PART | 43 | The component type is custom part object. | |
DRAWING_PLUGIN | 38 | The component type is drawing plugin. |
See Also