Click or drag to resize

TallyAdd Method (String, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add count to the given key.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Add(
	string key,
	int count
)

Parameters

key
Type: SystemString
The key to increment.
count
Type: SystemInt32
The amount to increment by.
See Also