BasinColorMap Property
The BasinColorMap property returns the ColorMap object for a watershed map basin colors. This is a read-only property.
Syntax
object. BasinColorMap
Example
This example returns the basin colormap and loads the "Terrain" preset colormap.
WatershedLayer.BasinColorMap.LoadPreset("Terrain")
Used by: WatershedLayer object