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


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

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