Freigeben über


Geography.SendTo-Methode

Sendet das aktuelle räumliche Objekt an die angegebene Pipeline.

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

Syntax

'Declaration
Public Overridable Sub SendTo ( _
    chain As GeographyPipeline _
)
'Usage
Dim instance As Geography
Dim chain As GeographyPipeline

instance.SendTo(chain)
public virtual void SendTo(
    GeographyPipeline chain
)
public:
virtual void SendTo(
    GeographyPipeline^ chain
)
abstract SendTo : 
        chain:GeographyPipeline -> unit 
override SendTo : 
        chain:GeographyPipeline -> unit 
public function SendTo(
    chain : GeographyPipeline
)

Parameter

Siehe auch

Verweis

Geography Klasse

System.Spatial-Namespace