This document is archived and information here might be outdated.  Recommended version.


ITrafficDataManager.ConvertTMCToKey Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITrafficDataManager Interface > ITrafficDataManager.ConvertTMCToKey Method
ArcGIS Developer Help

ITrafficDataManager.ConvertTMCToKey Method

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

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.

See Also

ITrafficDataManager Interface