yCol Property
yCol returns or sets the column containing the Y coordinates (1-based). Returns an integer.
Syntax
object.yCol
object. yCol = Col
Parameter |
Type |
Description |
Col |
Integer |
required |
Example 1
This example demonstrates how to return the column containing the Y coordinates of a classed post map.
Debug.Print ClassedPostLayer.yCol
Example 2
This example demonstrates how to designate column B as Y coordinate column.
ClassedPostLayer.yCol = 2
Used by: ClassedPostLayer Object, PostLayer Object