Syntax @SelectRaster([REJECTABLE],) Arguments REJECTABLE Specifies if the function will supply a rejection code and message to the invalid feature and output it to the rejected port, or will fail upon being supplied invalid features. A feature can be rejected for the following reasons: - The feature has invalid geometry - The raster has no bands A parseable string that specifies which bands and palettes that wish to be selected. The format of the string is B P, where B is the band number and P is the palette number of the band and palette to be operated on. B and P are separated by a space. Multiple palettes for a band can be specified delimited by commas. Multiple band-palette pairs can be specified delimited by semicolons. The directive ALL can be used in place of band and palette numbers to select all bands or all palettes on a certain band. Range: String Description This function is used to select specific bands and palettes of a raster for subsequent function and factory operations. The bands and palettes are selected using the band and palette indices, specified in a string. The format of the string is B P (separated by a space), where B is the band number and P is the palette number of the band and palette to be operated on. The function will only accept alphanumeric characters and valid symbols in the code string. The code string accepts commas (,), spaces( ), and semicolons (;). Multiple palettes for a band can be specified as delimited by commas. Multiple band-palette pairs can be specified as delimited by semicolons. The directive ALL can be used in place of band and palette numbers to select all bands or all palettes on a certain band. Specific palettes cannot be selected on ALL bands. Note: The code string "ALL" produces the same behavior as "ALL:ALL", i.e. all bands and palettes on the raster will be selected.