GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollectionObjectEnumerator Structure / MoveNext Method
In This Topic
    MoveNext Method (GoLayerCollectionObjectEnumerator)
    In This Topic
    Advance the enumerator to the next GoObject in the whole collection of layers of GoObjects.
    Syntax
    public bool MoveNext()

    Return Value

    True if there is a next GoObject; false if it has finished iterating over the collection.
    See Also