DuctSizeIteratorGetCurrent Method

Returns the current MEPSize.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public MEPSize GetCurrent()

Return Value

MEPSize
The current MEPSize.
Exceptions
ExceptionCondition
InvalidOperationException There is no current item in the iterator.
See Also