Click or drag to resize

LayerCollectionRegister Method

Connect a MapView-object to the called LayerCollection. In return, only visible layers are connected to 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 Register(
	MapView mapView
)

Parameters

mapView
Type: Ptv.XServer.Controls.MapMapView
Map to connect with the visible layers.
See Also