ArcObjects Library Reference (Carto)  

IMapTableSourceDescription.MapTableID Property

The table ID. This is a unique ID for the layer, and is used to identify one of the existing tables.

[Visual Basic .NET]
Public Property MapTableID As Integer
[C#]
public int MapTableID {get; set;}
[C++]
HRESULT get_MapTableID(
  long* MapTableID
);
[C++]
HRESULT put_MapTableID(
  long MapTableID
);
[C++]

Parameters

MapTableID [out, retval]   MapTableID is a parameter of type long MapTableID [in]   MapTableID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

use IMapTableInfo::ID to get id for an existing layer/table.

See Also

IMapTableSourceDescription Interface