Partager via


MapPolyline.Path Propriété

Définition

Obtient ou définit la collection de coordonnées qui définissent la forme MapPolyline .

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

Valeur de propriété

Collection de coordonnées qui définissent la forme MapPolyline .

S’applique à

Voir aussi