Freigeben über


SpatialTypeExtensions.SendTo-Methode

Ermöglicht die Delegierung des Aufrufs an den richtigen Typ (Geografie oder Geometrie).

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub SendTo ( _
    shape As ISpatial, _
    destination As SpatialPipeline _
)
'Usage
Dim shape As ISpatial
Dim destination As SpatialPipeline

shape.SendTo(destination)
public static void SendTo(
    this ISpatial shape,
    SpatialPipeline destination
)
[ExtensionAttribute]
public:
static void SendTo(
    ISpatial^ shape, 
    SpatialPipeline^ destination
)
static member SendTo : 
        shape:ISpatial * 
        destination:SpatialPipeline -> unit 
public static function SendTo(
    shape : ISpatial, 
    destination : SpatialPipeline
)

Parameter

Hinweis zur Verwendung

In Visual Basic und C# können Sie die Methode als Instanzenmethode für jedes Objekt vom Typ ISpatial aufrufen. Wenn Sie Instanzmethodensyntax zum Aufruf dieser Methode verwenden, vernachlässigen Sie den ersten Parameter. Weitere Informationen finden Sie unter https://msdn.microsoft.com/de-de/library/bb384936(v=vs.103) oder https://msdn.microsoft.com/de-de/library/bb383977(v=vs.103).

Siehe auch

Verweis

SpatialTypeExtensions Klasse

System.Spatial-Namespace