Indicates if the system is well connected or not. The flag will enable the "Divide System" button.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 (); } |