Интерфейс 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.

В начало

См. также

Справочник