共用方式為


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 命名空間