Метод IGeometrySink.BeginGeometry
Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Sub BeginGeometry ( _
type As OpenGisGeometryType _
)
'Применение
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
)
Параметры
- type
Тип: Microsoft.SqlServer.Types.OpenGisGeometryType
OpenGisGeometryType object that indicates the type being created by the call sequence.