2021 Class
Changes 2
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
M Dispose() None Releases all resources used by the
M GetAllConnectorData() All connector data. Gets the connector data of the pipe fitting or pipe accessory.
M GetEntity() The 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
Name Return Type Description
P AirViscosity double The air viscosity of the duct fitting or duct accessory, Units: (kg/(ft·s)).
P IsValidObject bool 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.