Indicates whether network based calculations for duct networks is enabled in the specified document.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: 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
Boolean
Returns true if network based calculations for duct networks is enabled, false otherwise.
Exceptions
See Also
Reference