RasterAttributeTable.LookupRasterValueExact Method
Looks up a specific raster value in the table.
LookupRasterValueExact(System.Int32 value)
Looks up a specific raster value in the table.Syntax
public AttributeSet LookupRasterValueExact (
System.Int32 value
)
Parameters
The raster value to look up.
Return Value
The attributes corresponding to the specified value, or null if the value is not present in the table.
Remarks
Unlike LookupRasterValue, this method only returns the attributes if an exact match is found in the table. Otherwise it returns null.
Platforms
Windows, Linux, Android