MapPolyline.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.