Gets the type of an existing element. This controls what annotation type the element will turn into such as Ruler, Rectangle, Stamp, Image, etc.
Visual Basic |
---|
Public Function ElementGetType( _ ByVal elementHandle As Long _ ) As NX_AnnotationTool |
- elementHandle
- The handle of an element returned by the ElementCreate method.
The enumeration NX_AnnotationTool that specifies the type of element to display.
The tool type determines which of the element attributes are used when appending a new annotation.