AnnProtractorUnit property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnProtractorUnit

Overview

Refer to Implementing Annotations.

Remarks

(Read only) Gets a value that indicates whether the unit of measurement for the angle is degrees or radians.

The updated values are:

Value

Meaning

ANN_ANGLE_DEGREES

The angle is measured in degrees. The default abbreviation for this unit is the degree sign.

ANN_ANGLE_RADIANS

The angle is measured in radians. The default abbreviation for this unit is "rad".

This property is updated by calling the AnnGetProtractorOptions method.

See Also

Elements:

AnnSetProtractorOptions method, AnnGetAngle method, AnnGetProtractorOptions method