AngleCol Property
AngleCol returns or sets the column containing the symbol angle in degrees (0 if none). Returns an integer.
Syntax
object.AngleCol
object. AngleCol = Col
Parameter |
Type |
Description |
Col |
Integer |
required, column containing symbol angles |
Example 1
This example demonstrates how to return the data file symbol angle column.
Debug .Print PostLayer.AngleCol
Example 2
This example demonstrates how to change the symbol angle column to column D.
PostLayer.AngleCol = 4
Used by: PostLayer Object