Share via


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

See Also

LocationCollection Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top