This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLayer2 Interface > IACLayer2.ID Property (ArcObjects .NET 10.4 SDK) |
The layer id.
[Visual Basic .NET] Public Property ID As String
[C#] public string ID {get; set;}
[C++]
HRESULT get_ID(
BSTR* ID
);
[C++]
HRESULT put_ID(
BSTR ID
);
[C++]
Parameters ID [out, retval] ID is a parameter of type BSTR ID [in] ID is a parameter of type BSTR