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.