Enum ExtendedSectionType
The type of an extended section
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting.dll
Syntax
public enum ExtendedSectionType
Fields
| Name | Value | Description |
|---|---|---|
| ConcreteFilled | ConcreteFilled = 4 | The concrete filled section |
| Encased | Encased = 2 | The encased section |
| LinkElement | LinkElement = 7 | The link element |
| Simple | Simple = 1 | The simple section |
| SolverElement | SolverElement = 5 | The solver element |
| SolverSpring | SolverSpring = 6 | The solver spring |
| Unknown | Unknown = 0 | Unknown section |
| Westok | Westok = 3 | The westok section |