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


IWMTSServiceDescription.LayerDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSServiceDescription Interface > IWMTSServiceDescription.LayerDescription Property
ArcGIS Developer Help

IWMTSServiceDescription.LayerDescription Property

WMTS layer information at the given index.

[Visual Basic .NET]
Public Function get_LayerDescription ( _
    ByVal index As Integer _
) As IWMTSLayerDescription
[C#]
public IWMTSLayerDescription get_LayerDescription (
    int index
);
[C++]
HRESULT get_LayerDescription(
  long index,
  IWMTSLayerDescription** ppLayerDescription
);
[C++]
Parameters
index [in]

index is a parameter of type long ppLayerDescription [out, retval]
ppLayerDescription is a parameter of type IWMTSLayerDescription**

Product Availability

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

See Also

IWMTSServiceDescription Interface