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


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

IACLayer2.ID Property

The layer id.

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

Product Availability

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

See Also

IACLayer2 Interface