Revit 2023 API |
MEPSystem..::..IsMultipleNetwork Property |
MEPSystem Class See Also |
Indicates if the system is well connected or not. The flag will enable the "Divide System" button.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public bool IsMultipleNetwork { get; } |
Visual Basic |
---|
Public ReadOnly Property IsMultipleNetwork As Boolean Get |
Visual C++ |
---|
public: property bool IsMultipleNetwork { bool get (); } |