Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the interface used by SqlGeometryBuilder to construct a SqlGeometry object.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink110 _
Inherits IGeometrySink
'Usage
Dim instance As IGeometrySink110
[CLSCompliantAttribute(true)]
public interface IGeometrySink110 : IGeometrySink
[CLSCompliantAttribute(true)]
public interface class IGeometrySink110 : IGeometrySink
[<CLSCompliantAttribute(true)>]
type IGeometrySink110 =
interface
interface IGeometrySink
end
public interface IGeometrySink110 extends IGeometrySink
Der IGeometrySink110-Typ macht folgende Elemente verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
AddCircularArc | Adds a circular arc geometry type figure with the specified startpoint and endpoint. |
![]() |
AddLine | Defines points other than the starting endpoint in a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (Geerbt von IGeometrySink.) |
![]() |
BeginFigure | Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (Geerbt von IGeometrySink.) |
![]() |
BeginGeometry | Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead. (Geerbt von IGeometrySink.) |
![]() |
EndFigure | Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (Geerbt von IGeometrySink.) |
![]() |
EndGeometry | Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (Geerbt von IGeometrySink.) |
![]() |
SetSrid | Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead. (Geerbt von IGeometrySink.) |
Zum Anfang
.gif)