This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerCacheInfo Interface > ILayerCacheInfo.ID Property (ArcObjects .NET 10.4 SDK) |
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