xCol Property

xCol returns or sets the column containing the X coordinates (1-based). Returns an integer.

Syntax

object.xCol

object. xCol = Col

Parameter

Type

Description

Col

Integer

required

Example 1

This example demonstrates how to return the column containing the X coordinates of a classed post map.

Debug.Print ClassedPostLayer.xCol

Example 2

This example demonstrates how to designate column A as X coordinate column.

ClassedPostLayer.xCol = 1

Used by: ClassedPostLayer Object, PostLayer Object