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


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

IMapTableDescription.ID Property

The table ID. This is a unique ID for the layer, and is used to identify the table in a number of method calls.

[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
  System.Int32* TableID
);
[C++]
HRESULT put_ID(
  long TableID
);
[C++]
Parameters
TableID [out, retval]

TableID is a parameter of type long* TableID [in]
TableID is a parameter of type long

Product Availability

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

Remarks

An identifier that uniquely identifies a layer or a table within a map

See Also

IMapTableDescription Interface