다음을 통해 공유


EndFigure 메서드

Finishes a call sequence for a geometry figure.

네임스페이스:  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.