TallyAdd Method (String, Int32) | |
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
)
Public Sub Add (
key As String,
count As Integer
)
Parameters
- key
- Type: SystemString
The key to increment. - count
- Type: SystemInt32
The amount to increment by.
See Also