Changes in 2025 vs 2023 4 changed
Flip API Versions →Changed members
MEPSystem.GetCriticalPathSectionNumbers()
| → returns | IList | The section numbers. |
MEPSystem.GetSectionByIndex(Int32)
| index | Int32 | The index of the section in the system. |
| → returns | MEPSection | The section. |
MEPSystem.GetSectionByNumber(Int32)
| sectionNumber | Int32 | The Section number. |
| → returns | MEPSection→nullNothingnullptr | The section. null Nothing nullptr a null reference ( Nothing in Visual Basic) if the no section exists for the input section number. |
MEPSystem.BaseEquipmentConnector()
| → returns | Connector→nullNothingnullptr | Returns the connector which connects with the system within base equipment if base equipment has been assigned to system, otherwise returns null Nothing nullptr a null reference ( Nothing in Visual Basic) . |