Geography.SendTo Method

Sends the current spatial object to the given 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
)

Parameters

See Also

Reference

Geography Class

System.Spatial Namespace