ArcGIS API for WPF - Library Reference
LayerInfos Property
See Also  Send comments on this topic
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;}

Property Value

The layer infos.

Remarks

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

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.