AnnGetNodes method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnGetNodes(long hObject);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Fills the AnnShowNodes property with information on how to display the nodes of the annotation object in design mode.

This method is valid for the following annotation objects:

Curve

Closed Curve

Freehand

Freehand Hotspot

Polygon

Polyline

In addition, the Automation object stores node settings along with the other object default settings

Note:

The last node is always shown. Therefore, using a large value for uGapNodes will probably result in only the first and last nodes being shown.

Read the AnnShowNodes property after calling this method to get the information on how to display the nodes.

See Also

Elements

AnnSetNodes method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Obtaining Annotation Object Information