DataSetInfo.RasterAttributeTable Property
Gets or sets the raster attribute table that maps raster cell values into sets of attributes.
Syntax
public RasterAttributeTable RasterAttributeTable { get; set; }
Property Value
Default: null
The raster attribute table that maps raster cell values into sets of attributes.
Remarks
A dataset that contains a thematic raster can contain a raster attribute table that maps each integer value, representing a theme, to a set of attributes.
If it is a multi-file dataset, the root DataSetInfo will get a raster attribute table only if all of its children have identical tables.
Platforms
Windows, Linux, Android