Click or drag to resize

ADOFeature Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructs a new instance of the ADOFeature class using the specified location and dictionary source.

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

Parameters

loc
Type: Telogis.GeoBaseLatLon
The LatLon location at which to create the feature.
data
Type: System.Collections.GenericDictionaryString, Object
The library data source.
See Also