Represents the section types for section
generation.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
[FlagsAttribute]
public enum SectionType
<FlagsAttribute>
Public Enumeration SectionType
[FlagsAttribute]
public enum class SectionType
[<FlagsAttribute>]
type SectionType
Members
Member name |
Value |
Description |
LiveSection |
1 |
Live section. |
Section2d |
2 |
2-dimensional section. |
Section3d |
4 |
3-dimensional section. |
See Also