Accusoft NotateXpress 12
GrpAddSelected Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpAddSelected Method

Glossary Item Box

Description

Adds all of the currently selected annotation elements on the specified layer to the specified group.

Syntax

Visual Basic
Public Sub GrpAddSelected( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.

Remarks

If there are no selected items, no error is generated.

If the group is yoked, the items will be added to the group and the group's selected attribute set to True.

The individual items are then deselected.

See Also

©2013. Accusoft Corporation. All Rights Reserved.