IGeographySink.SetSrid(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead.
public void SetSrid (int srid);
abstract member SetSrid : int -> unit
Public Sub SetSrid (srid As Integer)
Parameters
- srid
- Int32
An int that contains the Spatial Reference Identifier for the geography type.