LatLonDataDelegate Delegate | |
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
)
Public Delegate Function LatLonDataDelegate (
dataRow As Dictionary(Of String, Object)
) As LatLon
Parameters
- dataRow
- Type: System.Collections.GenericDictionaryString, Object
The values in this row for each column in the source
Return Value
Type:
LatLonThe location of the feature
See Also