Click or drag to resize

AdasInfoSlopes Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the Slopes array. Each element of the Slopes array describes the slope of the road (parallel to the direction of travel) at location specified by the corresponding element in the Points array. The slope is measured in degrees.

Namespace:  Telogis.GeoBase.Adas
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public float[] Slopes { get; }

Property Value

Type: Single
Remarks
Slopes[n] is the slope of the road (parallel to the direction of travel) at location Points[n]. Note that gradient changes along a link are always specified in the direction of Reference to Non-Reference regardless of the actual direction of travel.
See Also