DuctFittingAndAccessoryPressureDropUIData Class

The input and output data used by external UI servers for storing UI settings.
Inheritance Hierarchy
SystemObject
  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

The DuctFittingAndAccessoryPressureDropUIData type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the DuctFittingAndAccessoryPressureDropUIData
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUIDataItems Gets all UI data items stored in the UI data.
Public methodGetUnits Gets units.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also