Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.