GetCurrent Method


Cable Tray Size Iterator Get Current Method

Returns the current MEPSize.

Namespace: Autodesk.Revit.DB.Electrical
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
Exception Condition
InvalidOperationException There is no current item in the iterator.
See Also