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,
Unsigned long* pKey
);
[C++]Parameters
tmcCode [in] tmcCode is a parameter of type BSTR pKey [out, retval] pKey is a parameter of type Unsigned long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.