IGeometrySink.SetSrid 方法
Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead.
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)
语法
声明
Sub SetSrid ( _
srid As Integer _
)
用法
Dim instance As IGeometrySink
Dim srid As Integer
instance.SetSrid(srid)
void SetSrid(
int srid
)
void SetSrid(
int srid
)
abstract SetSrid :
srid:int -> unit
function SetSrid(
srid : int
)
参数
- srid
类型:System.Int32
An int that contains the Spatial Reference Identifier for the geometry type.