AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : ElementAppend Method |
Visual Basic |
---|
Public Function ElementAppend( _ ByVal elementHandle As Long _ ) As Long |
The attributes of the element considered relevant are determined by the element type.
For example: setting ElementLineEndStyle to a stamp will be ignored.
Note: Using this method to programmatically add annotations will automatically change the current tool to the PointerTool. If you want to maintain a particular tool as being current, first store the current tool to a NX_AnnotationTool object and then restore it after calling this method.