Initializes a new instance of the RasterLayer class with the specified DataSourceProperties.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public RasterLayer(
	DataSourceProperties dataSourceProperties
)
Visual Basic (Declaration)
Public Sub New ( _
	dataSourceProperties As DataSourceProperties _
)

Parameters

dataSourceProperties
Type: ESRI.ArcGISExplorer.Data..::.DataSourceProperties

Remarks

Use one of the static Open... methods in order to create a valid RasterLayer.

See Also