2023 Class
Changes 0
C

DuctSizeIterator

Description:
An iterator to a set of MEP duct sizes from DuctSizes.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Mechanical.DuctSizeIterator
public class DuctSizeIterator : IEnumerator<MEPSize>
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetCurrent() The current MEPSize. Returns the current MEPSize.
M HasCurrent() bool Identifies if the iterator has a current item.
M IsDone() bool Identifies if the iteration has completed.
M MoveNext() bool Increments the iterator to the next item.
M Reset() None Resets the iterator to the initial state.
Name Return Type Description
P CurrentObject Object
P Current MEPSize Gets the item at the current position of the iterator.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.