MEPSystemGetSectionByIndex Method |
Get the section from the index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic MEPSection GetSectionByIndex(
int index
)
Public Function GetSectionByIndex (
index As Integer
) As MEPSection
public:
MEPSection^ GetSectionByIndex(
int index
)
member GetSectionByIndex :
index : int -> MEPSection
Parameters
- index Int32
-
The index of the section in the system.
Return Value
MEPSection
The section.
Exceptions
See Also