IGeometrySink.EndGeometry Method

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

'Declaration
Sub EndGeometry
'Usage
Dim instance As IGeometrySink

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

Remarks

Method must be used with a BeginGeometry() method.

See Also

Reference

IGeometrySink Interface

Microsoft.SqlServer.Types Namespace