zCol Property

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

Syntax

object.zCol

object. zCol = Col

Parameter

Type

Description

Col

Integer

required

Example 1

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

Debug.Print ClassedPostLayer.zCol

Example 2

This example demonstrates how to designate column C as Z coordinate column.

ClassedPostLayer.zCol = 3

Used by: ClassedPostLayer Object