RVTDocs.com

RebarContainerIterator.MoveNext

Method
Description:
Increments the iterator to the next item.
Remarks:
After an enumerator is created or after the Reset method is called, an enumerator is positioned before the first element of the collection, and the first call to the MoveNext method moves the enumerator over the first element of the collection.
Syntax
public virtual bool MoveNext()