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


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

ILayerCacheInfo.ID Property

The layer ID.

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

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

Product Availability

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

See Also

ILayerCacheInfo Interface