IGeometrySink.BeginGeometry(OpenGisGeometryType) Method

Definition

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.

Applies to