ArcGIS API for Windows Phone - 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;}

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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.