Freigeben über


GeometryOperationsExtensions.Distance(Geometry, Geometry) Methode

Definition

Bestimmt den Abstand der Geometrie.

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)

Parameter

operand1
Geometry

Der erste Operand.

operand2
Geometry

Der zweite Operand.

Gibt zurück

Das Vorgangsergebnis.

Gilt für: