ArcObjects Library Reference (Carto)  

IACLayer.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

IACLayer Interface