SetCurrentAnnotationGroup Method

Sets the annotation group to which subsequent annotations will belong.

Applies To

Image Edit control

Syntax

object.SetCurrentAnnotationGroup GroupName

Argument

Parameter

Data Type

Setting

GroupName

String

The name of the annotation group


Return Value

None

Remarks

The SetCurrentAnnotationGroup method is valid only at run-time.

The names of the groups can be obtained from the GetAnnotationGroup method.

A new group can be created using the AddAnnotationGroup method.

See Also

AddAnnotationGroup method

Annotation topics in Imaging Concepts

BurnInAnnotations method

GetAnnotationGroup method

GetCurrentAnnotationGroup method