SymCol Property

SymCol returns or sets the post map column containing the symbol type (0 if none). Returns an integer.

Syntax

object.SymCol

object. SymCol = Col

Parameter

Type

Description

Col

Integer

required

Example 1

This example demonstrates how to return the symbol column.

Debug.Print PostLayer.SymCol

Example 2

This example demonstrates how to assign column E as the symbol column.

PostLayer.SymCol = 5

Used by: PostLayer Object