Geography.SendTo(GeographyPipeline) 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.
Sends the current spatial object to the given pipeline.
public virtual void SendTo (Microsoft.Spatial.GeographyPipeline chain);
abstract member SendTo : Microsoft.Spatial.GeographyPipeline -> unit
override this.SendTo : Microsoft.Spatial.GeographyPipeline -> unit
Public Overridable Sub SendTo (chain As GeographyPipeline)
Parameters
- chain
- GeographyPipeline
The spatial pipeline.