DistanceMeterAddPoints Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a list of points. Equivalent to calling
Add for each point in the list.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void AddPoints(
IList<LatLon> newPoints
)
Public Sub AddPoints (
newPoints As IList(Of LatLon)
)
Parameters
- newPoints
- Type: System.Collections.GenericIListLatLon
The list of points to add to the DistanceMeter.
See Also