Click or drag to resize

Break Constructor (Double, Double)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a Break at the given latitude and longitude.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Break(
	double lat,
	double lon
)

Parameters

lat
Type: SystemDouble
The latitude to stop at.
lon
Type: SystemDouble
The longitude to stop at.
Examples
C#
// Create a new Break at lat 34, lon -118
Break br = new Break(34.0, -118.0);
See Also