Click or drag to resize

PolygonFenceGetEnumerator Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get an enumerator for iteration through the points describing the PolygonFence.

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IEnumerator<LatLon> GetEnumerator()

Return Value

Type: IEnumeratorLatLon
enumerator for PolygonFence

Implements

IEnumerableTGetEnumerator
See Also