Revit 2025 API
Duct |
Indicates whether to enable network based calculations for duct networks.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool NetworkBasedCalculations { get; set; }
Public Property NetworkBasedCalculations As Boolean Get Set
public: property bool NetworkBasedCalculations { bool get (); void set (bool value); }
member NetworkBasedCalculations : bool with get, set
Property Value
BooleanSee Also