DuctSettingsNetworkBasedCalculations Property |
Indicates whether to enable network based calculations for duct networks.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
See Also