Partager via


MapRouteLeg.BoundingBox Propriété

Définition

Obtient le cadre englobant qui contient l’étape de routage.

public:
 property GeoboundingBox ^ BoundingBox { GeoboundingBox ^ get(); };
GeoboundingBox BoundingBox();
public GeoboundingBox BoundingBox { get; }
var geoboundingBox = mapRouteLeg.boundingBox;
Public ReadOnly Property BoundingBox As GeoboundingBox

Valeur de propriété

Zone englobante qui contient l’étape de routage.

Remarques

Si vous souhaitez afficher ce cadre englobant dans MapControl, utilisez l’une des surcharges de la méthode TrySetViewAsync qui accepte une GeoboundingBox comme entrée.

S’applique à

Voir aussi