DuctSizes
Description:
Class RbsDuctSizes being used to store the duct sizes
Class RbsDuctSizes being used to store the duct sizes
public class DuctSizes : IEnumerable<MEPSize>,
IDisposable
| Name | Return Type | Description |
|---|---|---|
| Contains(Double) | bool | Checks whether a duct size with the nominal diameter exists. |
| Dispose() | None | Releases all resources used by the |
| 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. |
| Name | Return Type | Description |
|---|---|---|
| Count | int | Count of the items contained in the collection. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |