This document is archived and information here might be outdated. Recommended version. |
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
use IMapTableInfo::ID to get id for an existing layer/table.