Click or drag to resize

RouteDeserialize Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Deserialize a Route after it has previously been serialized using the Serialize method.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Route Deserialize(
	Stream inputStream
)

Parameters

inputStream
Type: System.IOStream
Stream which the Route is to be deserialized from.

Return Value

Type: Route
The deserialized Route object.
See Also