Click or drag to resize

WmsLayerAddToMapView Method

Adds the different layer canvases to the map.

Namespace:  Ptv.XServer.Controls.Map.Layers
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void AddToMapView(
	MapView mapViewToAdd
)

Parameters

mapViewToAdd
Type: Ptv.XServer.Controls.MapMapView
The map to which the canvases are to be added.

Implements

ILayerAddToMapView(MapView)
See Also