SymbolColorMap Property

SymbolColorMap returns the colormap for a post layer symbol color column. Returns a ColorMap object. This is a read-only property.

Syntax

object.SymbolColorMap

Remarks

A color column must be assigned for the symbols, and SymbolColorMethod must be set to srfSymbolColorMethodGradient to use a colormap for the post layer symbol colors.

Example

This example demonstrates how to load the Rainbow2 preset colormap to the post layer symbols.

'Assign a preset colormap to the symbols

PostLayer.SymbolColorMap.LoadPreset("Rainbow2")

Used by: PostLayer Object