LocationCollection.Add Method (Location)
Adds a Location to the location collection.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public void Add(
Location location
)
public:
void Add(
Location^ location
)
member Add :
location:Location -> unit
Public Sub Add (
location As Location
)
Parameters
location
Type: Microsoft.Maps.MapControl.WPF.LocationThe location to add.
See Also
LocationCollection Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top