SqlGeometry.Populate Method

Definition

Overloads

Populate(IGeometrySink110)

Applies a geometry type call sequence to IGeometrySink object.

Populate(IGeometrySink)
Obsolete.

Applies a geometry type call sequence to an IGeometrySink object. The call sequence is a sequential set of figures, lines, and points. SqlGeometry

Populate(IGeometrySink110)

Applies a geometry type call sequence to IGeometrySink object.

public void Populate (Microsoft.SqlServer.Types.IGeometrySink110 sink);
member this.Populate : Microsoft.SqlServer.Types.IGeometrySink110 -> unit
Public Sub Populate (sink As IGeometrySink110)

Parameters

sink
IGeometrySink110

IGeometrySink object that has a geometry type call sequence of figures, lines, and points applied to it.

Applies to

Populate(IGeometrySink)

Caution

Populate(IGeometrySink) method is obsolete, use Populate(IGeometrySink110) instead.

Applies a geometry type call sequence to an IGeometrySink object. The call sequence is a sequential set of figures, lines, and points. SqlGeometry

[System.Obsolete("Populate(IGeometrySink) method is obsolete, use Populate(IGeometrySink110) instead.")]
public void Populate (Microsoft.SqlServer.Types.IGeometrySink sink);
[<System.Obsolete("Populate(IGeometrySink) method is obsolete, use Populate(IGeometrySink110) instead.")>]
member this.Populate : Microsoft.SqlServer.Types.IGeometrySink -> unit
Public Sub Populate (sink As IGeometrySink)

Parameters

sink
IGeometrySink

IGeometrySink object that is the receiver of a geometry type call sequence.

Attributes

Applies to