LabCol Property

LabCol returns or sets the column containing the labels (0 if none) in a post map or classed post map. Returns an integer.

Syntax

object.LabCol

object.LabCol = Col

Parameter

Type

Description

Col

Integer

required

Example 1

This example demonstrates how to return the label column of a classed post map.

Debug.Print ClassedPostLayer.LabCol

Example 2

This example demonstrates how to specify column C as the label column of a classed post map.

ClassedPostLayer.LabCol = 3

Used by: ClassedPostLayer Object, PostLayer Object