SymbolColorMethod Property

SymbolColorMethod returns the color method for a post layer symbol color column. Returns a SrfSymbolColorMethod value.

Syntax

object.SymbolColorMethod

object.SymbolColorMethod = SymbolColorMethod

Parameter

Type

Description

SymbolColorMethod

SrfSymbolColorMethod

required

Remarks

A color column must be assigned for the symbols to use a color method for the post layer symbol colors.

Example 1

This example demonstrates how to return the symbol color method.

Debug.Print PostLayer.SymbolColorMethod

Example 2

This example demonstrates how to set the symbol color method to use a colormap.

'Assign the Numeric via colormap method to the symbol colors

PostLayer.SymbolColorMethod = srfSymbolColorMethodGradient

Used by: PostLayer Object