DirectionsDeserialize Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Deserialize a Directions 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 Directions Deserialize(
Stream inputStream
)
Public Shared Function Deserialize (
inputStream As Stream
) As Directions
Parameters
- inputStream
- Type: System.IOStream
Stream which the Directions is to be deserialized
from.
Return Value
Type:
DirectionsThe deserialized Directions object.
See Also