This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableSourceDescription Interface > IMapTableSourceDescription.MapTableID Property (ArcObjects .NET 10.5 SDK) |
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
use IMapTableInfo::ID to get id for an existing layer/table.