ComponentDefinitionTypeEnum Enumeration |
The component definition type tells what kind of a component is in question.
Namespace: Tekla.Structures
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
| Member name | Value | Description | |
|---|---|---|---|
| SYSTEM | 0 | With the type system, component is defined using developer-kit | |
| CUSTOM | -1 | With the type custom, component is defined as custom component | |
| DOTNET | -100000 | With the type dotnet, component is defined using .NET plug-in interface | |
| DOTNET_CONNECTION | -200000 | With the type dotnet_connection, connection is defined using .NET plug-in interface | |
| DOTNET_DRAWING | -300000 | With the type dotnet_drawing, drawing component is defined using .NET drawing plug-in interface |