SymbolColorCol Property

SymbolColorCol returns or sets the symbol color column for a post layer. Returns a Long.

Syntax

object. SymbolColorCol

object. SymbolColorCol = SymbolColorCol

Parameter

Type

Description

SymbolColorCol

Long

required; sets the symbol color column. Column A is 1. Use 0 to set the symbol color column to None.

Example 1

This example demonstrates how to return the symbol color column.

Debug.Print PostLayer.SymbolColorCol

Example 2

This example demonstrates how to set the symbol color column to Column C

PostLayer.SymbolColorCol = 3

Used by: PostLayer Object