AnnGetGrouping method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

VARIANT_BOOL AnnGetGrouping (long hObject);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Gets the status of the grouping feature of the objects within the specified container.

This method is valid only for container objects.

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

Typically, container handles are obtained by enumerating all the objects with the AnnEnumerate method and checking the object type with the AnnGetType method.

See Also

Elements:

AnnSetGrouping method, AnnGroup method, AnnUngroup method

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Grouping and Ungrouping Annotation Objects