SpatialTessellationFunction.FillRow 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 byte[] cellId, out byte cellAttributes, out byte[] cellIdLimit, out byte[] wkbCoverage);
static member FillRow : obj * Byte[] * byte * Byte[] * Byte[] -> unit
Public Shared Sub FillRow (obj As Object, ByRef cellId As Byte(), ByRef cellAttributes As Byte, ByRef cellIdLimit As Byte(), ByRef wkbCoverage As Byte())
Parameters
- obj
- Object
The object used to fill the cell parameters.
- cellId
- Byte[]
When this method returns, contains the array cell identifier.
- cellAttributes
- Byte
When this method returns, contains the cell attribute.
- cellIdLimit
- Byte[]
When this method returns, contains the array cell identifier limit.
- wkbCoverage
- Byte[]
When this method returns, contains the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of the grid coverage.