Click or drag to resize

LatLonDataDelegate Delegate

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Finds the location of the feature represented by a row in the data source.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public delegate LatLon LatLonDataDelegate(
	Dictionary<string, Object> dataRow
)

Parameters

dataRow
Type: System.Collections.GenericDictionaryString, Object
The values in this row for each column in the source

Return Value

Type: LatLon
The location of the feature
See Also