Share

MEPSystem.GetSectionByNumber Method

Get the Section from section number


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

Syntax

C#

public MEPSection GetSectionByNumber(
	int sectionNumber
)

Parameters

sectionNumber  Int32
The Section number.

Return Value

MEPSection
The section. nullptr if the no section exists for the input section number.

See Also

Reference

Was this information helpful?