Accusoft NotateXpress 12
GrpSetAttribute 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.
attributeID
A long value which represents the attribute ID.
value
A valid attribute chosen from NX_AnnotationAttribute.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpSetAttribute Method

Glossary Item Box

Description

Sets the given attribute value to all members of the specified group that share the attribute.

Syntax

Visual Basic
Public Sub GrpSetAttribute( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long, _
   ByVal attributeID As Long, _
   ByVal value 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.
attributeID
A long value which represents the attribute ID.
value
A valid attribute chosen from NX_AnnotationAttribute.

Remarks

See the Attribute Matrix for more detailed attribute information.

See Also

©2013. Accusoft Corporation. All Rights Reserved.