CableTraySizeIteratorGetCurrent Method

Returns the current MEPSize.

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

Return Value

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