Click or drag to resize

SetTEnumeratorMoveNext Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Advances the enumerator to the next element of the collection.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool MoveNext()

Return Value

Type: Boolean
true if the enumerator was successfully advanced to the next element. false if the enumerator has passed the end of the collection.

Implements

IEnumeratorMoveNext
See Also