IGeometrySink.BeginGeometry(OpenGisGeometryType) 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.
Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead.
public void BeginGeometry (Microsoft.SqlServer.Types.OpenGisGeometryType type);
abstract member BeginGeometry : Microsoft.SqlServer.Types.OpenGisGeometryType -> unit
Public Sub BeginGeometry (type As OpenGisGeometryType)
Parameters
- type
- OpenGisGeometryType
OpenGisGeometryType object that indicates the type being created by the call sequence.