IGeometrySink.SetSrid(Int32) Method

Definition

Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 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 geometry type.

Applies to