다음을 통해 공유


IGeometrySink 인터페이스

Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilderobject.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink
‘사용 방법
Dim instance As IGeometrySink
[CLSCompliantAttribute(true)]
public interface IGeometrySink
[CLSCompliantAttribute(true)]
public interface class IGeometrySink
[<CLSCompliantAttribute(true)>]
type IGeometrySink =  interface end
public interface IGeometrySink

IGeometrySink 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 AddLine Defines points other than the starting endpoint in a geometry instance.
공용 메서드 BeginFigure Defines the starting endpoint for a geometry instance.
공용 메서드 BeginGeometry Starts the call sequence of a geometry type.
공용 메서드 EndFigure Finishes a call sequence for a geometry figure.
공용 메서드 EndGeometry Finishes a call sequence for a geometry figure.
공용 메서드 SetSrid Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence.

맨 위로 이동