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