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


IGFSTableDescription.ID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGFSTableDescription.ID Property

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

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

Parameters ID [out, retval] ID is a parameter of type long ID [in] ID is a parameter of type long

Product Availability

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

See Also

IGFSTableDescription Interface