2022 Class
Changes 0
C

DuctFittingAndAccessoryPressureDropData

Description:
The input and output data used by external servers for calculation of the duct fitting and duct accessory pressure drop.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryPressureDropData
public class DuctFittingAndAccessoryPressureDropData : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetDuctFittingAndAccessoryData() DuctFittingAndAccessoryData Returns the fitting and accessory information.
M GetPresureDropItems() IList<DuctFittingAndAccessoryPressureDropItem> Returns the pressure drop items.
M SetDefaultEntity(Entity) None Stores the default entity in the data.
Name Return Type Description
P CalculationType int The calculation type, a bitmask of FittingAndAccessoryCalculationType.
P IsCurrentEntityValid bool True if the current settings stored in the entity is valid.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.