Share via


SpatialTypeExtensions.SendTo(ISpatial, SpatialPipeline) Method

Definition

Allows the delegation of the call to the proper type (geography or Geometry).

public static void SendTo (this Microsoft.Spatial.ISpatial shape, Microsoft.Spatial.SpatialPipeline destination);
static member SendTo : Microsoft.Spatial.ISpatial * Microsoft.Spatial.SpatialPipeline -> unit
<Extension()>
Public Sub SendTo (shape As ISpatial, destination As SpatialPipeline)

Parameters

shape
ISpatial

The instance that will have SendTo called.

destination
SpatialPipeline

The pipeline that the instance will be sent to.

Applies to