MovementCategorizerGetFilename Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the filename of the schematic image for the given
Movement. If no path was specified when creating the
MovementCategorizer it returns an empty string.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public string GetFilename(
Movement dir
)
Public Function GetFilename (
dir As Movement
) As String
Parameters
- dir
- Type: Telogis.GeoBase.RoutingMovement
The Movement to be described.
Return Value
Type:
StringThe full filename of the image or an empty string.
See Also