RouteDeserialize Method | |
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
)
Public Shared Function Deserialize (
inputStream As Stream
) As Route
Parameters
- inputStream
- Type: System.IOStream
Stream which the Route is to be deserialized from.
Return Value
Type:
RouteThe deserialized Route object.
See Also