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

Definition

Fills the cell parameters with tessellation property values from the specified object.

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 used to fill the cell parameters.

cellId
SqlBytes

When this method returns, contains the label identifier of the cell.

cellAttributes
Int16

When this method returns, contains the coverage attributes of the cell.

spatialReferenceId
Int32

When this method returns, contains the spatial reference identifier of the cell.

Applies to