Click or drag to resize

LayerCollectionUnregister Method

Disconnect a MapView-object from the called LayerCollection. In return, all visible layers are disconnected from the Map object.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void Unregister(
	MapView mapView
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
Map to disconnect from the visible layers.
See Also