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


IMapTableSubtypeInfo.TableID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableSubtypeInfo Interface > IMapTableSubtypeInfo.TableID Property
ArcGIS Developer Help

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(
  System.Int32* 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