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
Syntaxpublic void Unregister(
MapView mapView
)
Public Sub Unregister (
mapView As MapView
)
public:
void Unregister(
MapView^ mapView
)
member Unregister :
mapView : MapView -> unit
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
Map to disconnect from the visible layers.
See Also