IGeometrySink.EndFigure 方法

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

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
Sub EndFigure
用法
Dim instance As IGeometrySink

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

注释

Method must be used with an EndGeometry() method.

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

请参阅

参考

IGeometrySink 接口

Microsoft.SqlServer.Types 命名空间