Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Sub BeginGeometry ( _
type As OpenGisGeometryType _
)
'Uso
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
)
Parámetros
- type
Tipo: Microsoft.SqlServer.Types.OpenGisGeometryType
OpenGisGeometryType object that indicates the type being created by the call sequence.