C# Класс ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.KmlGraphicsLayer

KML GraphicsLayer subclass for allowing legend based on the styles
Наследование: GraphicsLayer
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
RendererLegendChanged void

Открытые методы

Метод Описание
QueryLegendInfos ( Action callback, Action errorCallback ) : void

Queries for the legend infos of the layer.

The returned result is encapsulated in a LayerLegendInfo object.

Приватные методы

Метод Описание
RendererLegendChanged ( object sender, EventArgs e ) : void

Описание методов

QueryLegendInfos() публичный Метод

Queries for the legend infos of the layer.
The returned result is encapsulated in a LayerLegendInfo object.
public QueryLegendInfos ( Action callback, Action errorCallback ) : void
callback Action The method to call on completion.
errorCallback Action The method to call in the event of an error.
Результат void