Click or drag to resize

MovementCategorizerGetMovementDescription Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a MovementDescription for the given Movement.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MovementDescription GetMovementDescription(
	Movement dir
)

Parameters

dir
Type: Telogis.GeoBase.RoutingMovement
The Movement to be described.

Return Value

Type: MovementDescription
A movement description for the movement.
See Also