AnnSetGrouping method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnSetGrouping (long hObject, VARIANT_BOOL bAutoGroup, short iFlags);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Sets the grouping of the objects within the specified container.

This method is valid only for container objects.

Each container contains a "grouping" property, which indicates whether the objects in the container should be treated as a group.

If the value of the AnnContainer property is passed as the hObject parameter, the method will modify all the annotations in the container depending on the value of iFlags parameter.

If the value of the AnnAutomation property is passed as the hObject parameter, the method will modify the default values used whenever an annotation is created.

See Also

Elements

AnnGetGrouping method, AnnGroup method, AnnUngroup method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Grouping and Ungrouping Annotation Objects

 

Displaying and Manipulating Annotation Objects