RVTDocs.com
Namespace: Autodesk.Revit.DB Class: MEPSystem

MEPSystem.GetSectionByNumber

Method
Description:
Get the Section from section number
Syntax
public MEPSection GetSectionByNumber(
	int sectionNumber
)
Parameters
Parameter Type Description
sectionNumber Int32 The Section number.
Return Value
Type Description
MEPSection The section. if the no section exists for the input section number.