GoLayerCollectionEnumerator Structure Members
In This Topic
The following tables list the members exposed by GoLayerCollectionEnumerator.
Public Properties
| Name | Description |
| Current |
Gets the current layer in the collection.
|
Top
Public Methods
| Name | Description |
| Dispose |
There are no resources to clean up.
|
| GetEnumerator |
Gets an enumerator for iterating over the GoLayers in this collection.
|
| MoveNext |
Advance the enumerator to the next GoLayer.
|
| Reset |
Reset the enumerator to its original position.
|
Top
See Also