SpatialTypeExtensions.SendTo(ISpatial, SpatialPipeline) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.