Initializes a new instance of the GeoRssLayer class with the specified URI and Symbol.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public GeoRssLayer(
	Uri url,
	Symbol symbol
)
Visual Basic (Declaration)
Public Sub New ( _
	url As Uri, _
	symbol As Symbol _
)

Parameters

url
Type: System..::.Uri

A Uri referring to the target web address of the GeoRssLayer
symbol
Type: ESRI.ArcGISExplorer.Mapping..::.Symbol

The symbol object that represents the GeoRssLayer when added to the map.

Remarks

See Also