Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- chain
Type: System.Spatial.GeographyPipeline
The spatial pipeline.