Revit 2026 API
Duct |
The input and output data used by external UI servers for storing UI settings.
SystemObject
Autodesk.Revit.UI.MechanicalDuctFittingAndAccessoryPressureDropUIData
Autodesk.Revit.UI.MechanicalDuctFittingAndAccessoryPressureDropUIData
Namespace: Autodesk.Revit.UI.Mechanical
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class DuctFittingAndAccessoryPressureDropUIData : IDisposable
Public Class DuctFittingAndAccessoryPressureDropUIData Implements IDisposable
public ref class DuctFittingAndAccessoryPressureDropUIData : IDisposable
type DuctFittingAndAccessoryPressureDropUIData = class interface IDisposable end
The DuctFittingAndAccessoryPressureDropUIData type exposes the following members.
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the DuctFittingAndAccessoryPressureDropUIData | |
| 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) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUIDataItems | Gets all UI data items stored in the UI data. | |
| GetUnits | Gets units. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also