Revit 2026 API
Duct |
Returns the current MEPSize.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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