Declares the section data type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public enum SectionType
Members
| Member name | Value | Description |
|---|---|---|
| Body | 1 | |
| Footer | 3 | |
| Header | 0 | |
| None | -1 | |
| Summary | 2 |
public enum SectionType
| Member name | Value | Description |
|---|---|---|
| Body | 1 | |
| Footer | 3 | |
| Header | 0 | |
| None | -1 | |
| Summary | 2 |
