SpatialGridCoverage.FillRow(Object, Int32, Byte, Byte[]) 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 grid cell parameters with tessellation property values from the specified object.
public static void FillRow (object obj, out int id, out byte attribute, out byte[] wkb);
static member FillRow : obj * int * byte * Byte[] -> unit
Public Shared Sub FillRow (obj As Object, ByRef id As Integer, ByRef attribute As Byte, ByRef wkb As Byte())
Parameters
- obj
- Object
The object used to fill the grid cell parameters.
- id
- Int32
When this method returns, contains the label identifier of the grid cell.
- attribute
- Byte
When this method returns, contains the coverage attributes of the grid cell.
- wkb
- Byte[]
When this method returns, contains the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of the grid cell.