MEPSystem.GetSectionByIndex
Method
Description:
Get the section from the index.
Get the section from the 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. |