Initializes a new instance of the KmlLayer class.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public KmlLayer(
	Uri url
)
Visual Basic (Declaration)
Public Sub New ( _
	url As Uri _
)

Parameters

url
Type: System..::.Uri

The URI referring to the target web address of the KmlLayer

Remarks

See Also