IGeometrySink.EndFigure Method

Finishes a call sequence for a geometry figure.

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

Syntax

'Declaration
Sub EndFigure
'Usage
Dim instance As IGeometrySink

instance.EndFigure()
void EndFigure()
void EndFigure()
abstract EndFigure : unit -> unit 
function EndFigure()

Remarks

Method must be used with an EndGeometry() method.

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