The following tables list the members exposed by GoLayerCollectionObjectEnumerator.
Public Properties
| Name | Description |
 | Current | Gets the current object in the collection of layers. |
Top
Public Methods
| Name | Description |
 | Dispose | There are no resources to clean up. |
 | GetEnumerator | Gets an enumerator for iterating over the all of the GoObjects in all of the layers. |
 | MoveNext | Advance the enumerator to the next GoObject in the whole collection of layers of GoObjects. |
 | Reset | Reset the enumerator to its original position. |
Top
See Also