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