Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 GeometryPipeline _
)
'Usage
Dim instance As Geometry
Dim chain As GeometryPipeline
instance.SendTo(chain)
public virtual void SendTo(
GeometryPipeline chain
)
public:
virtual void SendTo(
GeometryPipeline^ chain
)
abstract SendTo :
chain:GeometryPipeline -> unit
override SendTo :
chain:GeometryPipeline -> unit
public function SendTo(
chain : GeometryPipeline
)
Parameters
- chain
Type: System.Spatial.GeometryPipeline
The spatial pipeline.