IGeographySink.BeginGeography(OpenGisGeographyType) 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.
Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
public void BeginGeography (Microsoft.SqlServer.Types.OpenGisGeographyType type);
abstract member BeginGeography : Microsoft.SqlServer.Types.OpenGisGeographyType -> unit
Public Sub BeginGeography (type As OpenGisGeographyType)
Parameters
- type
- OpenGisGeographyType
OpenGisGeometryType object that indicates the type being created by the call sequence.