2027 Class
Changes 7
C

DuctFittingAndAccessoryData

Description:
The input data used by external servers for calculation of the duct fitting and duct accessory coefficient.
Remarks:
A FamilyInstance is the input data for the calculation,
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Mechanical.DuctFittingAndAccessoryData
public class DuctFittingAndAccessoryData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the DuctFittingAndAccessoryData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetAllConnectorData() IList<DuctFittingAndAccessoryConnectorData> Gets the connector data of the pipe fitting or pipe accessory.
M GetEntity() Entity Returns an Entity of the Schema of the serverGUID. or an invalid entity otherwise.
M GetFamilyInstanceId() ElementId Gets the Id of the fiting or accessory instance
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Density double The air density for the duct fitting or duct accessory, Units: kg/ft^3.
P DynamicViscosity double The dynamic viscosity of air for the duct fitting or duct accessory, Units: (kg/(ft·s)).
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Origin XYZ The origin position of the duct fitting or duct accessory.
P PartType PartType The part type of the duct fitting or duct accessory.
P ServerGUID Guid The GUID of the duct fitting or duct accessory.
P SystemClassification MEPSystemClassification The system classification of the duct fitting or duct accessory.