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


IACLayer2.ID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACLayer2.ID Property

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

Product Availability

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

See Also

IACLayer2 Interface