Accusoft NotateXpress 12
GrpSetYoked 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.
bYoke
If the specified group is yoked.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpSetYoked Method

Glossary Item Box

Description

Sets the yoked attribute of the given group.

Syntax

Visual Basic
Public Sub GrpSetYoked( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long, _
   ByVal bYoke As Boolean _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
bYoke
If the specified group is yoked.

Remarks

Yoked determines if user interaction affects group related elements.

For example, selecting an element will select all group related elements if the group is yoked.

See Also

©2013. Accusoft Corporation. All Rights Reserved.