GeometryTessellationFunction.FillRow(Object, SqlBytes, Int16, 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.
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.