Partager via


GeometryOperationsExtensions.Distance(Geometry, Geometry) Méthode

Définition

Détermine la distance de la géométrie.

public static double? Distance (this Microsoft.Spatial.Geometry operand1, Microsoft.Spatial.Geometry operand2);
static member Distance : Microsoft.Spatial.Geometry * Microsoft.Spatial.Geometry -> Nullable<double>
<Extension()>
Public Function Distance (operand1 As Geometry, operand2 As Geometry) As Nullable(Of Double)

Paramètres

operand1
Geometry

Premier opérande.

operand2
Geometry

Deuxième opérande.

Retours

Le résultat d'opération.

S’applique à