LinkIdToTMCUnPackTMC Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts an unsigned integer value created using
PackTMC back into a TMC code.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static string UnPackTMC(
uint packed
)
Public Shared Function UnPackTMC (
packed As UInteger
) As String
Parameters
- packed
- Type: SystemUInt32
The integer value representing the TMC code.
Return Value
Type:
StringA TMC code as a
String.
See Also