C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.WmsLayer.LayerInfo

WMS LayerInfo
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LayerInfo ( ) : System

Initializes a new instance of the LayerInfo class.

LayerInfo ( string name, string title, string legendUrl ) : System

Initializes a new instance of the LayerInfo class.

Method Details

LayerInfo() public méthode

Initializes a new instance of the LayerInfo class.
public LayerInfo ( ) : System
Résultat System

LayerInfo() public méthode

Initializes a new instance of the LayerInfo class.
public LayerInfo ( string name, string title, string legendUrl ) : System
name string The name.
title string The title.
legendUrl string The legend URL.
Résultat System