Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt eine Geometry-Entfernung an.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable Function Distance ( _
operand1 As Geometry, _
operand2 As Geometry _
) As Double
'Usage
Dim instance As SpatialOperations
Dim operand1 As Geometry
Dim operand2 As Geometry
Dim returnValue As Double
returnValue = instance.Distance(operand1, _
operand2)
public virtual double Distance(
Geometry operand1,
Geometry operand2
)
public:
virtual double Distance(
Geometry^ operand1,
Geometry^ operand2
)
abstract Distance :
operand1:Geometry *
operand2:Geometry -> float
override Distance :
operand1:Geometry *
operand2:Geometry -> float
public function Distance(
operand1 : Geometry,
operand2 : Geometry
) : double
Parameter
- operand1
Typ: System.Spatial.Geometry
Der Operand 1.
- operand2
Typ: System.Spatial.Geometry
Der Operand 2.
Rückgabewert
Typ: System.Double
Das Ergebnis des Vorgangs.