Click or drag to resize

SchematicTurnBoxGetFilename Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

Returns the name of the file to use when rendering a specified navigation event.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("Use MovementCategorizer directly")]
public static string GetFilename(
	NavigationEvent ev
)

Parameters

ev
Type: Telogis.GeoBase.NavigationNavigationEvent
The navigation event.

Return Value

Type: String
The file name for the image that corresponds to that event.
See Also