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

WMS LayerInfo
Show file Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the LayerInfo class.
public LayerInfo ( ) : System
return System

LayerInfo() public method

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.
return System