This document is archived and information here might be outdated. Recommended version. |
Converts a TMC string to a unique integer key value.
[Visual Basic .NET]
Public Function ConvertTMCToKey ( _
ByVal tmcCode As String _
) As Integer
[C#]
public uint ConvertTMCToKey (
string tmcCode
);
[C++]
HRESULT ConvertTMCToKey(
BSTR tmcCode
);
[C++] Parameters tmcCode [in]
tmcCode is a parameter of type BSTR
The alpha-numeric TMC string values must be converted to unique integer key values in order to be used by Insert to place associated speeds in a dynamic traffic file.