Indicates whether network based calculations for duct networks is enabled in the specified document.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsNetworkBasedCalculationsEnabled( Document document )
Parameters
- document Document
- The document.
Return Value
BooleanReturns true if network based calculations for duct networks is enabled, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
