AngleSystem Property
AngleSystem returns the angle system for 2-grid polar vector maps. Returns a SrfVecAngleSys. This is a read-only property.
Syntax
object.AngleSystem
Remarks
The angle system is either 0=north with the numbers increasing clockwise or 0=east with the numbers increasing counterclockwise.
Example
This example demonstrates how to return the angle system used for a two-grid polar vector map.
Debug .Print VectorLayer.AngleSystem
Used by: VectorLayer Object