BaseLayerAddToMapView Method |
Adds the layer to a 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 virtual void AddToMapView(
MapView mapViewToAdd
)
Public Overridable Sub AddToMapView (
mapViewToAdd As MapView
)
public:
virtual void AddToMapView(
MapView^ mapViewToAdd
)
abstract AddToMapView :
mapViewToAdd : MapView -> unit
override AddToMapView :
mapViewToAdd : MapView -> unit
Parameters
- mapViewToAdd
- Type: Ptv.XServer.Controls.MapMapView
The map to which the layer is to be added.
Implements
ILayerAddToMapView(MapView)See Also