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 GeometryChain _
)
'Usage
Dim instance As Geometry
Dim chain As GeometryChain

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

Parameters

See Also

Reference

Geometry Class

System.Spatial Namespace