TotalDistance property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Syntax

double TotalDistance;

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 TotalRulerUnit property and the TotalSmartUnit property.

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

Distance property

DistanceCount property

RulerUnit property

SmartUnit property

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

See Also

Elements:

AnnGetDistance2 method, Distance property, TotalRulerUnit property, TotalSmartUnit property, RulerUnit property, SmartUnit property, DistanceCount property

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Using Rulers in Annotation Objects