| Visual Basic | |
|---|---|
Function MoveNext() As System.Boolean | |
| C# | |
|---|---|
System.bool MoveNext() | |
| C++/CLI | |
|---|---|
System.bool MoveNext(); | |
Return Value
True if the cursor moved to the next element successfully, false if notThis method is used implicitly in the For Each command loops of .NET programs.
After calling this method, call IEdmEnum::Current to access the element currently pointed to by the enumerator's cursor.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2013