AngleUnits Property

AngleUnits returns the angle units for 2-grid polar vector maps. Returns a SrfVecAngleUnits. This is a read-only property.

Syntax

object.AngleUnits

Remarks

Angle units are degrees or radians.

Example

This example demonstrates how to return whether degrees or radians are used as the polar coordinates for a two-grid polar vector map.

Debug .Print VectorLayer.AngleUnits

Used by: VectorLayer Object