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


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

ILayerCacheInfo.ID Property

The layer ID.

[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
  System.Int32* 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