Provides access to members that control a table builder.
Members
| Name | Description | |
|---|---|---|
![]()  | 
GroupField | The name of the field that contains values that identify groups of related items. | 
![]()  | 
NameField | The name of the field that contains a friendly name for an item. | 
![]()  | 
RasterField | The name of the field that contains either a path to a raster dataset or stores a raster value object. | 
![]()  | 
TagField | The name of the field that provides an item with a tag that unique identifies the item within a group. | 
ITableBuilder.GroupField Property
The name of the field that contains values that identify groups of related items.
Public Property GroupField As String
public string GroupField {get; set;}
ITableBuilder.NameField Property
The name of the field that contains a friendly name for an item.
Public Property NameField As String
public string NameField {get; set;}
ITableBuilder.RasterField Property
The name of the field that contains either a path to a raster dataset or stores a raster value object.
Public Property RasterField As String
public string RasterField {get; set;}
ITableBuilder.TagField Property
The name of the field that provides an item with a tag that unique identifies the item within a group.
Public Property TagField As String
public string TagField {get; set;}
Classes that implement ITableBuilder
| Classes | Description | 
|---|---|
| TableBuilder | A raster builder for tables. | 
