Share

DuctSettings.IsNetworkBasedCalculationsEnabled Method

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.1.0.0 (26.1.0.34)

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?