DuctSizes
Description:
Class RbsDuctSizes being used to store the duct sizes
Class RbsDuctSizes being used to store the duct sizes
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Mechanical.DuctSizes
System.Object
Autodesk.Revit.DB.Mechanical.DuctSizes
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Contains(Double) | Boolean | Checks whether a duct size with the nominal diameter exists. | |
| Dispose() | None | Releases all resources used by the DuctSizes | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBasicIEnumerator() | IEnumerator | Returns an enumerator that iterates through a collection. | |
| GetDuctSizeIterator() | DuctSizeIterator | Returns a DuctSizeIterator that iterates through the collection. | |
| GetEnumerator() | IEnumerator<MEPSize> | Returns an enumerator that iterates through a collection. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Count | int | Count of the items contained in the collection. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |