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


ILayerTablesAndDataMappings.Layers Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILayerTablesAndDataMappings.Layers Property

.

[Visual Basic .NET]
Public ReadOnly Property Layers As IEnumLayer
[C#]
public IEnumLayer Layers {get;}
[C++]
HRESULT get_Layers(
  IEnumLayer** Layers
);
[C++]

Parameters Layers [out, retval]
Layers is a parameter of type IEnumLayer

Product Availability

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

See Also

ILayerTablesAndDataMappings Interface