UpdateVerticalHeadersInSection Method


Sets if this header should have vertical text

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

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

See Also