The input and output data used by external servers for calculation of the pipe fitting and pipe accessory pressure drop.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Plumbing.PipeFittingAndAccessoryPressureDropData
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class PipeFittingAndAccessoryPressureDropData : IDisposable
The PipeFittingAndAccessoryPressureDropData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CalculationType | The calculation type, a bitmask of FittingAndAccessoryCalculationType. | |
| IsCurrentEntityValid | True if the current settings stored in the entity is valid. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PipeFittingAndAccessoryPressureDropData | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetPipeFittingAndAccessoryData | Returns the fitting and accessory information | |
| GetPresureDropItems | Returns the pressure drop items | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetDefaultEntity | Stores the default entity in the data. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
