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

MEPSystem.GetSectionByIndex

Method
Description:
Get the section from the index.
Syntax
public MEPSection GetSectionByIndex(
	int index
)
Parameters
Parameter Type Description
index Int32 The index of the section in the system.
Return Value
Type Description
MEPSection The section.
Exceptions
Exception Condition
ArgumentOutOfRangeException The section index is out of range.