IGeographySink.EndFigure Method ()

 

Applies To: SQL Server 2016 Preview

Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 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 together with BeginFigure() method.

See Also

IGeographySink Interface
Microsoft.SqlServer.Types Namespace

Return to top