MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool MoveNext()

Visual Basic

Public Function MoveNext As Boolean

Visual C++

public:
virtual bool MoveNext() sealed

See Also