<Code Lib>
2025 Method
Changes 0
M

DuctSizeSettingIterator.HasCurrent

Description:
Identifies whether the iterator has a current item. There is no current item if the iterator has not started yet or has been done.

public bool HasCurrent()

Boolean True if there is a current item.

Loading…