ArcGIS Runtime SDK for WPF - Library Reference
LayerInfos Property
See Also 
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WmtsLayer Class : LayerInfos Property

An enumeration of WmtsLayerInfo describing the layers available for this WMTS service.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LayerInfos As IEnumerable(Of WmtsLayer.WmtsLayerInfo)
C# 
public IEnumerable<WmtsLayer.WmtsLayerInfo> LayerInfos {get;}

Remarks

This enumeration is only available if SkipGetCapabilities is false and after the layer is initialized.

Property Value

The layer infos.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.