Revit 2025 API
Duct |
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()
Public Function GetCurrent As MEPSize
public: MEPSize^ GetCurrent()
member GetCurrent : unit -> MEPSize
Return Value
MEPSizeThe current MEPSize.

Exception | Condition |
---|---|
InvalidOperationException | There is no current item in the iterator. |
See Also