IGeometrySink.EndFigure Method ()

 

Applies To: SQL Server 2016 Preview

Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

void EndFigure()
void EndFigure()
abstract EndFigure : unit -> unit
Sub EndFigure

Remarks

Method must be used with an EndGeometry() method.

OpenGisGeometryType objects supported are Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, and GeometryCollection.

See Also

IGeometrySink Interface
Microsoft.SqlServer.Types Namespace

Return to top