Share via


Polyline.Insert(Int32, Location) Method

Definition

Inserts a ___location object at the specified index.

public:
 virtual void Insert(int index, Microsoft::Maui::Devices::Sensors::Location ^ item);
public void Insert(int index, Microsoft.Maui.Devices.Sensors.Location item);
abstract member Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
override this.Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
Public Sub Insert (index As Integer, item As Location)

Parameters

index
Int32

The index at which to specify the ___location object.

item
Location

The ___location object to insert.

Implements

Applies to