MapPolyline.Path Property

Definition

Gets or sets the collection of coordinates that define the MapPolyline shape.

public:
 property Geopath ^ Path { Geopath ^ get(); void set(Geopath ^ value); };
Geopath Path();

void Path(Geopath value);
public Geopath Path { get; set; }
var geopath = mapPolyline.path;
mapPolyline.path = geopath;
Public Property Path As Geopath

Property Value

The collection of coordinates that define the MapPolyline shape.

Applies to

See also