AnnTotalDistance property (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

double AnnTotalDistance

Delphi Syntax

AnnTotalDistance: L_DOUBLE

Overview

Refer to Implementing Annotations.

Remarks

(Read only) Total length of the ruler(s).

To determine the unit of measure for the ruler, check the AnnTotalRulerUnit property and the AnnTotalSmartUnit property.

To get information on individual rulers in an annotation object, check the following properties:

AnnDistance property

AnnDistanceCount property

AnnRulerUnit property

AnnSmartUnit property

The AnnTotalDistance property and the properties listed above are updated by the AnnGetDistance2 method.

See Also

Elements:

AnnGetDistance2 method, AnnDistance property, AnnTotalRulerUnit property, AnnTotalSmartUnit property, AnnRulerUnit property, AnnSmartUnit property, AnnDistanceCount property

Topics:

Annotations: Object Manipulation

 

Using Rulers in Annotation Objects