Accusoft NotateXpress 13
IsValidToolAttribute Method

A valid attribute chosen from NX_AnnotationAttribute.

Description
Gets if the given attribute is valid for a specific tool type.
Syntax
Visual Basic
Public Function IsValidToolAttribute( _
   ByVal Tool As NX_AnnotationTool, _
   ByVal Attribute As Long _
) As Boolean
Parameters
Tool
ValueDescription
NX_BlockHighlightTool(&H100C) - BlockHighlight tool.
NX_ButtonTool(&H100A) - Button tool.
NX_EllipseTool(&H1003) - Ellipse tool.
NX_FreehandTool(&H1007) - Freehand Tool.
NX_ImageTool(&H1009) - Image tool.
NX_LineTool(&H1006) - Line Tool.
NX_NoteTool(&H100D) - Note tool.
NX_NoTool(&H0000) - Disables annotation.
NX_PointerTool(&H1000) - Selection tool.
NX_PolygonTool(&H1004) - Polygon Tool.
NX_PolyLineTool(&H1005) - PolyLine Tool.
NX_ProtractorToolProtractor
NX_RectangleTool(&H1002) - Rectangle tool.
NX_RulerTool(&H100B) - Ruler tool.
NX_StampTool(&H1008) - Stamp tool.
NX_TextTool(&H1001) - Text tool.
Attribute

A valid attribute chosen from NX_AnnotationAttribute.

Return Type
If the given attribute is valid for the specific tool type.
Remarks

See the Attribute Matrix for more detailed attribute information.

See Also

NotateXpress Object  | NotateXpress Members  | Creating Programmatic Annotations  | Modifying Existing Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback