RVTDocs.com

PanelScheduleData.UpdateIsSectionHidden

Method
Description:
Update if this section is hidden or not
Syntax
public void UpdateIsSectionHidden(
	SectionType sectionType,
	bool bHide
)
Parameters
Parameter Type Description
sectionType SectionType The Section Type
bHide Boolean Whether to hide this section or not
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration