| Revit 2018 API |
| PanelScheduleData..::..UpdateVerticalHeadersInSection Method |
| PanelScheduleData Class See Also |
Sets if this header should have vertical text
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Syntax
| C# |
|---|
public void UpdateVerticalHeadersInSection( SectionType sectionType, bool bVertical ) |
| Visual Basic |
|---|
Public Sub UpdateVerticalHeadersInSection ( _ sectionType As SectionType, _ bVertical As Boolean _ ) |
| Visual C++ |
|---|
public: void UpdateVerticalHeadersInSection( SectionType sectionType, bool bVertical ) |
Parameters
- sectionType
- Type: Autodesk.Revit.DB..::..SectionType
The section type
- bVertical
- Type: System..::..Boolean
Whether headers are vertical or not
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |