LinkIdToTMCPackTMC Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts a TMC code to an integer value.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static uint PackTMC(
string tmccode
)
Public Shared Function PackTMC (
tmccode As String
) As UInteger
Parameters
- tmccode
- Type: SystemString
The TMC code to convert as a String.
Return Value
Type:
UInt32A numeric value representing the TMC code.
See Also