Click or drag to resize

StreetLinkZ_End Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to get the Z level at the non-reference end of the street link.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract int Z_End { get; }

Property Value

Type: Int32
Examples
C#
int z = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.Z_End;
Console.WriteLine("The Z level at the non-reference end of this link is {0}", z);
// The Z level at the non-reference end of this link is 0
See Also