GeographyTessellationFunction.FillRow(Object, SqlBytes, Int16, Int32) Method

Definition

Fills the row for the GeographyTessellationFunction.

public static void FillRow (object obj, out System.Data.SqlTypes.SqlBytes cellId, out short cellAttributes, out int spatialReferenceId);
static member FillRow : obj * SqlBytes * int16 * int -> unit
Public Shared Sub FillRow (obj As Object, ByRef cellId As SqlBytes, ByRef cellAttributes As Short, ByRef spatialReferenceId As Integer)

Parameters

obj
Object

The object.

cellId
SqlBytes

The cell identifier.

cellAttributes
Int16

The cell attributes.

spatialReferenceId
Int32

The spatial reference identifier.

Applies to