ArcObjects Library Reference (Carto)  

IMapTableSubtypeInfo.TableID Property

The table identifier. This ID is used throughout to uniquely identify the layer for all requests.

[Visual Basic .NET]
Public ReadOnly Property TableID As Integer
[C#]
public int TableID {get;}
[C++]
HRESULT get_TableID(
  long* TableID
);
[C++]

Parameters

TableID [out, retval]   TableID is a parameter of type long

Product Availability

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

See Also

IMapTableSubtypeInfo Interface