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.
Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Sub BeginGeometry ( _
type As OpenGisGeometryType _
)
'Usage
Dim instance As IGeometrySink
Dim type As OpenGisGeometryType
instance.BeginGeometry(type)
void BeginGeometry(
OpenGisGeometryType type
)
void BeginGeometry(
OpenGisGeometryType type
)
abstract BeginGeometry :
type:OpenGisGeometryType -> unit
function BeginGeometry(
type : OpenGisGeometryType
)
Parameter
- type
Typ: Microsoft.SqlServer.Types.OpenGisGeometryType
OpenGisGeometryType object that indicates the type being created by the call sequence.