Метод 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.