Share

MEPSystem.GetSectionByIndex Method

Get the section from the index.


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

Syntax

C#

public MEPSection GetSectionByIndex(
	int index
)

Parameters

index  Int32
The index of the section in the system.

Return Value

MEPSection
The section.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The section index is out of range.

See Also

Reference